From 844fcf1951a06934ef89fb9af24ec3b5ed1159ac Mon Sep 17 00:00:00 2001 From: Harry Youd Date: Wed, 10 May 2017 20:26:08 +0100 Subject: [PATCH] Remove OCD-inducing double blank line --- setup-makefiles.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 4aae0ef..8869475 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -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