mirror of
https://github.com/dashpay/dash.git
synced 2024-12-23 19:12:47 +01:00
Remove "\n" from echo argument. echo does not support escape sequences.
This commit is contained in:
parent
f6b3382fa3
commit
b9e79ab415
@ -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 New Issue
Block a user