Sam Hocevar
Sam Hocevar
A very easy repro example (using $RANDOM to bypass hashing): ``` % for d in / /.; do echo PATH=$d; for _ in 1 2 3; do time PATH=$d unknowncommand$RANDOM...
I don’t really know. Do they care about the Cygwin emulation layer? Because it’s Cygwin that causes `//foo` to not be the same as `/foo` like on most Unix systems,...
I have `/` in `PATH` because: - my Windows system has `C:\tools\msys64\` in `%PATH%` - I use `MSYS2_PATH_TYPE=inherit` - MSYS2 simplifies `C:\tools\msys64\` to `/` when building the Unix-style `$PATH`