summaryrefslogtreecommitdiff
path: root/create.sh
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-22 16:10:02 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-22 16:10:02 +0100
commit9fb983a19ccf50490c6cea3c25c77733ff7c1726 (patch)
treef1501ad50c652c3db992d2d7d3b6834331548c31 /create.sh
parent051df744f860a52c831a080a4b8cc45e8e582f98 (diff)
first successful stage 1 cross build
Diffstat (limited to 'create.sh')
-rwxr-xr-xcreate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/create.sh b/create.sh
index 9c1da51..4d8a7a1 100755
--- a/create.sh
+++ b/create.sh
@@ -23,7 +23,7 @@ set -euo pipefail
. src/feedback.sh
[ $(id -u) -ne 0 ] && die "must be root"
-[ -z "${SUDO_USER:-}" ] && die "SUDO_USER not set"
+[ -z "${SUDO_USER:-}" ] && die "SUDO_USER must be set in environment"
export _startdir="$(pwd)"
export _builddir="$_startdir"/build