From 346da7265e0203626f992b6ec45e7c28d84e43b7 Mon Sep 17 00:00:00 2001 From: Michael Bienia Date: Mon, 4 Jun 2007 17:21:36 +0200 Subject: [PATCH] * Fix 'if' test. It worked, but for other reason as one would expect. --- pbuilder-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbuilder-dist b/pbuilder-dist index c30f503..d4230d9 100755 --- a/pbuilder-dist +++ b/pbuilder-dist @@ -13,7 +13,7 @@ case $OPERATION in PROCEED=true ;; esac -if ( $PROCEED == true ) then +if [ $PROCEED = true ]; then shift if [ ! -d $BASE_DIR/${DISTRIBUTION}_result ] then mkdir -p $BASE_DIR/${DISTRIBUTION}_result/