Compare commits
2 Commits
a94e179efb
...
67d3ff6157
| Author | SHA1 | Date |
|---|---|---|
|
|
67d3ff6157 | |
|
|
b6325699a4 |
|
|
@ -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) "")
|
||||
|
|
|
|||
Loading…
Reference in New Issue