buildscript: Fix indentation

Submitted by Adrian Schmutzler on Feb. 3, 2019, 4:59 p.m.

Details

Message ID 20190203165919.1458-1-freifunk@adrianschmutzler.de
State Accepted
Headers show

Commit Message

Adrian Schmutzler Feb. 3, 2019, 4:59 p.m.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 buildscript | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch hide | download patch | download mbox

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

Comments

Tim Niemeyer Feb. 3, 2019, 5:02 p.m.
Hi

Reviewed-by: Tim Niemeyer <tim@tn-x.org>

Tim

On Sun, 2019-02-03 at 17:59 +0100, Adrian Schmutzler wrote:
> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
> ---
>  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
Adrian Schmutzler Feb. 5, 2019, 1:45 p.m.
Applied.

> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces@freifunk.net] On Behalf Of
> Adrian Schmutzler
> Sent: Sonntag, 3. Februar 2019 17:59
> To: franken-dev@freifunk.net
> Subject: [PATCH] buildscript: Fix indentation
> 
> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
> ---
>  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
> --
> 2.11.0