1
0
Fork 0

Compare commits

..

No commits in common. "67d3ff615769a6497f0903dffc4a4b4e4b080f2c" and "a94e179efbb0c1d594c6ecdfcd1ccbb5cb687fb7" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

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