typo caused useless report
This commit is contained in:
parent
9b1e72e7bc
commit
04d873c9c2
|
@ -23,7 +23,7 @@ if which $1 &> /dev/null; then
|
|||
$1 $2
|
||||
echo -e '\n'
|
||||
else
|
||||
echo $ does not exist
|
||||
echo $1 not found
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue