1
0
Fork 0

Clean a bit

This commit is contained in:
retropikzel 2025-11-07 06:40:15 +02:00
parent 67d3ff6157
commit 5ff9e402e7
1 changed files with 0 additions and 2 deletions

View File

@ -165,12 +165,10 @@
((symbol=? compilation-target 'windows) "")
((symbol=? compilation-target 'php) "")
(else "exec"))
;; How to get the script file
(cond
((symbol=? compilation-target 'windows) "%0%")
((symbol=? compilation-target 'php) "$binname")
(else "\"$0\""))
;(else "$(cd -- \"$(dirname \"$0\")\" >/dev/null 2>&1 && pwd -P)/\"$0\""))
(cond
((symbol=? compilation-target 'windows) "")
((symbol=? compilation-target 'php) "")