mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +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
|
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…
Reference in New Issue
Block a user