Details
-
Type:
Defect
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Environment:Any UNIX platform.
Description
Bash completion shows `bin/cljsc.bat` as an executable on UNIX systems
making it very easy to accidentally execute it. However, since
Windows command scripts do not work with UNIX shells, it is not
advisable to allow executable permissions to Windows batch scripts
as accidentally executing them may cause undefined behavior on such
systems.
I strongly suggest stripping UNIX shell executable permissions from
`bin/cljsc.bat`.
Thank you.
Cheers,
Yesudeep.
The issue also affects:
bin/cljsc.bat
script/repljs.bat
script/repl.bat