Remove "\n" from echo argument. echo does not support escape sequences.
This commit is contained in:
parent
f6b3382fa3
commit
b9e79ab415
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ while :; do
|
|||
fi
|
||||
shift
|
||||
else
|
||||
echo 'Error: "--os" requires an argument containing an l (for linux), w (for windows), or x (for Mac OSX)\n'
|
||||
echo 'Error: "--os" requires an argument containing an l (for linux), w (for windows), or x (for Mac OSX)'
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue