electric-fence ef command: don't print $0

This commit is contained in:
Lucy Phipps 2020-07-25 11:42:43 +01:00 committed by Leonid Pliushch
parent 6be8372071
commit 182afb9468

6
packages/electric-fence/ef.sh Normal file → Executable file
View File

@ -1,8 +1,8 @@
#!/data/data/com.termux/files/usr/bin/sh
#edited from https://aur.archlinux.org/cgit/aur.git/tree/ef.sh?h=electricfence
if [ "$1" = "" ]; then
echo "$0: Usage: ef [executable] [arguments]."
echo " Runs the executable under the Electric Fence malloc debugger."
if [ "$1" = '' ]; then
echo 'Usage: ef [executable] [arguments].'
echo ' Runs the executable under the Electric Fence malloc debugger.'
exit
fi