From: fsgqa Date: Fri, 18 Jun 2004 04:13:05 +0000 (+0000) Subject: Fix shell stuff up in setup script. X-Git-Tag: v1.1.0~829 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0117ae13f6ee33163106b97ab0ee81ebdfc135fa;p=users%2Fhch%2Fxfstests-dev.git Fix shell stuff up in setup script. --- diff --git a/setup b/setup index 62d8175e1..d1d950c25 100755 --- a/setup +++ b/setup @@ -6,10 +6,10 @@ then exit 1 fi -[ "$USE_EXTERNAL" = yes ] || USE_EXTERNAL=no -[ "$USE_LBD_PATCH" = yes ] || USE_LBD_PATCH=no -[ "$USE_BIG_LOOPFS" = yes ] || USE_BIG_LOOPFS=no -[ "$USE_ATTR_SECURE"= yes ] || USE_ATTR_SECURE=no +[ "$USE_EXTERNAL" = yes ] || USE_EXTERNAL=no +[ "$USE_LBD_PATCH" = yes ] || USE_LBD_PATCH=no +[ "$USE_BIG_LOOPFS" = yes ] || USE_BIG_LOOPFS=no +[ "$USE_ATTR_SECURE" = yes ] || USE_ATTR_SECURE=no [ -z "$FSTYP" ] && FSTYP="xfs" cat <