busybox-w32 icon indicating copy to clipboard operation
busybox-w32 copied to clipboard

Strange behaviour of which

Open ale5000-git opened this issue 6 months ago • 20 comments

$ busybox ash
$ export PATH='C:/Program Files/Git/usr/bin'
$ command -v which
which
$ which -a start
$ command -v start
C:/Program Files/Git/usr/bin/start

I haven't figured out why which can't find start (it is a shell script without extension).

ale5000-git avatar Aug 09 '24 14:08 ale5000-git