Commit dc08bf3
committed
Fix PHP wrapper script in older Bash versions with intermediate var
Previously worked at least in Bash v5.2.15 but failed in v3.2.57. Now
works identically in both. Must be some minor difference in shell
interpolation, but this works regardless so the details aren't too
important.
Previous tweak here did fix the first replacement case (with :) but
didn't work for the second case, where it could replace to just php//php
for some reason.1 parent e0d7586 commit dc08bf3
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments