-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do not treat Windows subfolders in $PATH like executables #4688
Comments
Can't repro here. [ The permission denied suggests #4104 but can't tell without a repro. |
Apparently the same issue of ZSH is related at and https://stackoverflow.com/questions/51073014/zsh-permission-denied-gam however, without any indication how to disable directories in $PATH becoming global executables. |
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
On Windows 10, 1903, WSL openSUSE 15.1, every subfolder contained in one of the Windows folders appended to
$PATH
is handled just like an executable: For example, if in/mnt/c/Program Files (x86)/Lua/5.1/clibs
in$PATH
there is a foldermd5
(but no executable with such a name), then callingmd5
on the command-line returnspermission denied
. Instead, subfolders should not be handled like executables, that is, expected isno such command
.The text was updated successfully, but these errors were encountered: