Fix bug
This commit is contained in:
parent
2a59351fe1
commit
54dba89846
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue