The attached patch should fix the problem with using the scripts.

--
Regards,
Andres Mejia
--- pbuilder-distribution.sh.bak	2007-06-22 23:13:23.000000000 -0400
+++ pbuilder-distribution.sh	2007-06-22 23:13:34.000000000 -0400
@@ -16,7 +16,7 @@
    sudo pbuilder $OPERATION \
       --basetgz $BASE_DIR/$DISTRIBUTION-base.tgz \
       --distribution $DISTRIBUTION \
-      --buildresult $BASE_DIR/result $@
+      --buildresult $BASE_DIR/result "$@"
 else
    echo "Invalid command..."
    echo "Valid commands are:"

Reply via email to