Remove OCD-inducing double blank line

This commit is contained in:
Harry Youd 2017-05-10 20:26:08 +01:00
parent f358df0a24
commit 844fcf1951

View File

@ -42,7 +42,6 @@ while [ "$1" != "" ]; do
shift
done
if [ -z "$TARGET" ]; then
echo "Architecture for makefile setup not specified! Specify one with --target"
exit 1