Clean a bit
This commit is contained in:
parent
67d3ff6157
commit
5ff9e402e7
|
|
@ -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) "")
|
||||
|
|
|
|||
Loading…
Reference in New Issue