Skip to content

Commit

Permalink
Remove "\n" from echo argument. echo does not support escape sequences.
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Oct 18, 2017
1 parent f6b3382 commit b9e79ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit b9e79ab

Please sign in to comment.