typo caused useless report

This commit is contained in:
Martin Diehl 2018-02-15 11:26:41 +01:00
parent 9b1e72e7bc
commit 04d873c9c2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if which $1 &> /dev/null; then
$1 $2 $1 $2
echo -e '\n' echo -e '\n'
else else
echo $ does not exist echo $1 not found
fi fi
} }