diff options
author | Junichi Uekawa <dancer@coreduo.netfort.gr.jp> | 2007-06-23 18:20:57 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@coreduo.netfort.gr.jp> | 2007-06-23 18:20:57 +0900 |
commit | f2f1e1d3b7e0730be83e07b70ad3fa565c123290 (patch) | |
tree | c8a14af4a87d1aaf0b33112d736068ba4069bd80 /examples | |
parent | 684ec921d3ceebdd6da8ce4741179a2bff865927 (diff) | |
download | pbuilder-f2f1e1d3b7e0730be83e07b70ad3fa565c123290.tar pbuilder-f2f1e1d3b7e0730be83e07b70ad3fa565c123290.tar.gz |
* Bug fix: "Patch for pbuilder-distribution.sh script for use with
pdebuild", thanks to Andres Mejia (Closes: #429770).
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/pbuilder-distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pbuilder-distribution.sh b/examples/pbuilder-distribution.sh index 88c29f2..efd01dd 100755 --- a/examples/pbuilder-distribution.sh +++ b/examples/pbuilder-distribution.sh @@ -16,7 +16,7 @@ if ( $PROCEED == true ) then 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:" |