Added bootstrap termux-fix-shebang

This commit is contained in:
deajan 2016-12-10 17:56:03 +01:00
parent a7393818d4
commit 9beeffe3bb
1 changed files with 5 additions and 0 deletions

View File

@ -23,5 +23,10 @@ if [ $? != 0 ]; then
exit 1
fi
# Termux fix
if type termux-fix-shebang > /dev/null 2>&1; then
termux-fix-shebang "$outputFileName.tmp.sh"
fi
"$outputFileName.tmp.sh" "$@"