summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap4
1 files changed, 1 insertions, 3 deletions
diff --git a/debootstrap b/debootstrap
index 03a176e..b8da4ee 100755
--- a/debootstrap
+++ b/debootstrap
@@ -402,9 +402,7 @@ else
error 1 WHATARCH "Couldn't work out current architecture"
fi
-if [ "$ARCH" != "" ]; then
- true
-else
+if [ -z "$ARCH" ]; then
ARCH=$HOST_ARCH
fi