diff --git a/build.sh b/build.sh index 22bbf2c..47c642b 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh if [ $(id -u) -ne 0 ]; then - echo "Run script without root" > &2 + echo "Run script without root" >&2 exit 1 fi