mirror of
https://github.com/deajan/osync
synced 2024-11-03 15:40:14 +00:00
Added bootstrap termux-fix-shebang
This commit is contained in:
parent
a7393818d4
commit
9beeffe3bb
@ -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" "$@"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user