Created test-script for args and fixed typo i lab7e2 (thx to Fredrik who pointed it out)

This commit is contained in:
2013-12-26 20:12:11 +01:00
parent a836db6394
commit 7fca3e9ab6
3 changed files with 35 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ if [ ! -w `dirname $File` ]; then
exit 1
fi
for bin in $Awk $Dialog $Printf; do
for Bin in $Awk $Dialog $Printf; do
if [ ! -x $Bin ]; then
echo "Can't execute $Bin"
exit 1