1
0
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
retropikzel 67d3ff6157 Simplify outputted unix scripts 2025-11-06 08:57:26 +02:00
retropikzel b6325699a4 Simplify outputted unix scripts 2025-11-06 08:57:06 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@
(cond
((symbol=? compilation-target 'windows) "%0%")
((symbol=? compilation-target 'php) "$binname")
(else "$(cd -- \"$(dirname \"$0\")\" >/dev/null 2>&1 && pwd -P)/\"$0\""))
(else "\"$0\""))
;(else "$(cd -- \"$(dirname \"$0\")\" >/dev/null 2>&1 && pwd -P)/\"$0\""))
(cond
((symbol=? compilation-target 'windows) "")
((symbol=? compilation-target 'php) "")