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
|
fi
|
||||||
shift
|
shift
|
||||||
else
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue