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:
parent
80b8744705
commit
51cdbe0073
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
#!/bin/sh
|
||||
set -e -u
|
||||
|
||||
show_help() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
unset LD_LIBRARY_PATH LD_PRELOAD
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
if [ "$#" != "0" ]; then
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
#!/bin/sh
|
||||
set -e -u
|
||||
|
||||
SCRIPTNAME=termux-open
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$#" != "0" ]; then
|
||||
echo 'usage: termux-reload-settings'
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$#" != "0" ]; then
|
||||
echo 'usage: termux-setup-storage'
|
||||
|
Loading…
Reference in New Issue
Block a user