php: Update from 7.1.1 to 7.1.2 and enable pcntl
[termux-packages] / packages / termux-tools / termux-fix-shebang
index 76b75d4..1ac56c2 100755 (executable)
@@ -9,5 +9,5 @@ fi
 
 for file in $@; do
        # Do realpath to avoid breaking symlinks (modify original file):
-       sed -i -E "s@^#\!(.*)/bin/(.*)@#\!/data/data/com.termux/files/usr/bin/\2@" `realpath $@`
+       sed -i -E "s@^#\!(.*)/bin/(.*)@#\!/data/data/com.termux/files/usr/bin/\2@" `realpath $@`
 done