aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-buildpackage
diff options
context:
space:
mode:
authordancer <dancer>2001-08-27 12:29:19 +0000
committerdancer <dancer>2001-08-27 12:29:19 +0000
commita2d3b45d5b707d9ac418cd587a42b1b0a582240d (patch)
tree71d1827db5768e454cf13c68058e69d7b6372280 /pbuilder-buildpackage
parentae250b9e9671e090dff4a791a9a07a2e0fab1d29 (diff)
downloadpbuilder-a2d3b45d5b707d9ac418cd587a42b1b0a582240d.tar
pbuilder-a2d3b45d5b707d9ac418cd587a42b1b0a582240d.tar.gz
added even more quotes in the script
Diffstat (limited to 'pbuilder-buildpackage')
-rwxr-xr-xpbuilder-buildpackage2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index 43620d6..994798a 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -57,7 +57,7 @@ umountproc
test -n "$BUILDRESULT" && (
mkdir -p "$BUILDRESULT"
if [ -d "$BUILDRESULT" ]; then
- cp $BUILDPLACE/tmp/buildd/* $BUILDRESULT
+ cp "$BUILDPLACE/tmp/buildd/*" "$BUILDRESULT"
else
echo "Error: BUILDRESULT=[$BUILDRESULT] and is not a directory." >&2
fi