termux-tools: use default shebang in sources

This will allow build system to set shebang according to the
current TERMUX_PREFIX.
This commit is contained in:
Leonid Pliushch 2019-09-19 23:41:31 +03:00
parent 80b8744705
commit 51cdbe0073
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh
#!/bin/sh
if [ $# = 0 ] && [ -f $PREFIX/etc/motd ] && [ ! -f ~/.hushlogin ] && [ -z "$TERMUX_HUSHLOGIN" ]; then
cat $PREFIX/etc/motd

View File

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh
#!/bin/sh
set -e -u
show_help() {

View File

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh
#!/bin/sh
unset LD_LIBRARY_PATH LD_PRELOAD

View File

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh
#!/bin/sh
if [ "$#" != "0" ]; then

View File

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh
#!/bin/sh
set -e -u
SCRIPTNAME=termux-open

View File

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh
#!/bin/sh
if [ "$#" != "0" ]; then
echo 'usage: termux-reload-settings'

View File

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh
#!/bin/sh
if [ "$#" != "0" ]; then
echo 'usage: termux-setup-storage'