Skip to content
Snippets Groups Projects
Commit 140ea5fe authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

buildscript: Fix indentation


Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: default avatarTim Niemeyer <tim@tn-x.org>
parent 862f3cdf
No related branches found
No related tags found
No related merge requests found
...@@ -378,8 +378,8 @@ buildall() { ...@@ -378,8 +378,8 @@ buildall() {
} }
if [ "$(/usr/bin/id -u)" -eq 0 ]; then if [ "$(/usr/bin/id -u)" -eq 0 ]; then
echo "don't run buildscript as root" echo "don't run buildscript as root"
exit 1 exit 1
fi fi
if [ "$1" != "selectbsp" -a "$1" != "selectvariant" ]; then if [ "$1" != "selectbsp" -a "$1" != "selectvariant" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment