weechat: Build lua plugin as weechat-lua-plugin
[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