This commit is contained in:
Thomas Forgione 2019-12-06 11:45:04 +01:00
parent 2a59351fe1
commit 54dba89846
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if [ $# -ne 3 ]; then
exit 1
fi
if [ ! -f $1 ]; then
if [ ! -f "$1" ]; then
echo -e "\033[31;1merror:\033[0m couldn't open $1: no such file."
exit
fi