Browse Source

Remove "\n" from echo argument. echo does not support escape sequences.

0.16
practicalswift 7 years ago
parent
commit
b9e79ab415
  1. 2
      contrib/gitian-build.sh

2
contrib/gitian-build.sh

@ -105,7 +105,7 @@ while :; do @@ -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…
Cancel
Save