You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments