electric-fence: use generic shebang in scripts

Being fixed at build time.
This commit is contained in:
Leonid Pliushch 2020-10-30 22:03:29 +02:00
parent a668f31128
commit f12ceae1ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh
#!/bin/sh
#edited from https://aur.archlinux.org/cgit/aur.git/tree/ef.sh?h=electricfence
if [ "$1" = '' ]; then
echo 'Usage: ef [executable] [arguments].'