summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--git-pbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-pbuilder b/git-pbuilder
index 16d4914a..ced2906f 100644
--- a/git-pbuilder
+++ b/git-pbuilder
@@ -87,7 +87,7 @@ case $BUILDER in
else
BASE="$COWBUILDER_BASE/base-$DIST.cow"
fi
- OPTIONS="$OPTIONS --basepath '$BASE'"
+ OPTIONS="$OPTIONS --basepath $BASE"
# Make sure the base directory exists.
if [ ! -d "$BASE" ] && [ "$1" != "create" ]; then