From 7fdd7111b1b8b7c177531dd32172d4345332fa05 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 10 Aug 2011 13:04:16 +0100 Subject: simplify slightly --- debootstrap | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v0.12