Skip to content

Commit b9e79ab

Browse files
Remove "\n" from echo argument. echo does not support escape sequences.
1 parent f6b3382 commit b9e79ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/gitian-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ while :; do
105105
fi
106106
shift
107107
else
108-
echo 'Error: "--os" requires an argument containing an l (for linux), w (for windows), or x (for Mac OSX)\n'
108+
echo 'Error: "--os" requires an argument containing an l (for linux), w (for windows), or x (for Mac OSX)'
109109
exit 1
110110
fi
111111
;;

0 commit comments

Comments
 (0)