diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-10-04 21:15:55 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-10-18 17:09:36 +0200 |
commit | b9e79ab415996964cfdfaaa0f8dddbcda8aa7d32 (patch) | |
tree | b1f1f2a20ccabeff6d67ee91fe55ae662e5d8daf /contrib | |
parent | f6b3382fa3cf988e7e80d0cab14393d4f9ec2113 (diff) |
Remove "\n" from echo argument. echo does not support escape sequences.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gitian-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index 511c1a4c48..a7d9fe3bef 100755 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -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 ;; |