From patchwork Sun Feb 3 16:59:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: buildscript: Fix indentation From: Adrian Schmutzler X-Patchwork-Id: 1017 Message-Id: <20190203165919.1458-1-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Sun, 3 Feb 2019 17:59:19 +0100 Signed-off-by: Adrian Schmutzler Reviewed-by: Tim Niemeyer --- buildscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildscript b/buildscript index 49737229..02cb6c4e 100755 --- a/buildscript +++ b/buildscript @@ -378,8 +378,8 @@ buildall() { } if [ "$(/usr/bin/id -u)" -eq 0 ]; then - echo "don't run buildscript as root" - exit 1 + echo "don't run buildscript as root" + exit 1 fi if [ "$1" != "selectbsp" -a "$1" != "selectvariant" ]; then