Compare commits
No commits in common. "67d3ff615769a6497f0903dffc4a4b4e4b080f2c" and "a94e179efbb0c1d594c6ecdfcd1ccbb5cb687fb7" have entirely different histories.
67d3ff6157
...
a94e179efb
|
|
@ -169,8 +169,7 @@
|
|||
(cond
|
||||
((symbol=? compilation-target 'windows) "%0%")
|
||||
((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
|
||||
((symbol=? compilation-target 'windows) "")
|
||||
((symbol=? compilation-target 'php) "")
|
||||
|
|
|
|||
Loading…
Reference in New Issue