Created test-script for args and fixed typo i lab7e2 (thx to Fredrik who pointed it out)
This commit is contained in:
@@ -24,7 +24,7 @@ if [ ! -w /tmp/ ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for bin in $Awk $Zenity $Printf $Rm; do
|
||||
for Bin in $Awk $Zenity $Printf $Rm; do
|
||||
if [ ! -x $Bin ]; then
|
||||
echo "Can't execute $Bin"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user