electric-fence ef command: don't print $0
This commit is contained in:
parent
6be8372071
commit
182afb9468
6
packages/electric-fence/ef.sh
Normal file → Executable file
6
packages/electric-fence/ef.sh
Normal file → Executable 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user