summaryrefslogtreecommitdiffstats
path: root/scripts/ubuntu/dapper
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-07-31 09:06:43 (GMT)
committerColin Watson <cjwatson@debian.org>2007-07-31 09:06:43 (GMT)
commit5cf397c96693ffc84a51ef9bd83540b4bdd3bde8 (patch)
tree0298e6da35fce788b8877fd8d5cd66c712a9c830 /scripts/ubuntu/dapper
parent5d11a87539d25cbb1a1a90e763b4745e51a88077 (diff)
downloaddebootstrap-5cf397c96693ffc84a51ef9bd83540b4bdd3bde8.zip
debootstrap-5cf397c96693ffc84a51ef9bd83540b4bdd3bde8.tar.gz
debootstrap-5cf397c96693ffc84a51ef9bd83540b4bdd3bde8.tar.bz2
* Extensive quoting fixes, allowing installation to a target containing
spaces (closes: #387673). r48817
Diffstat (limited to '')
-rw-r--r--scripts/ubuntu/dapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ubuntu/dapper b/scripts/ubuntu/dapper
index 63e8582..18d19aa 100644
--- a/scripts/ubuntu/dapper
+++ b/scripts/ubuntu/dapper
@@ -96,7 +96,7 @@ second_stage_install () {
info INSTCORE "Installing core packages..."
p; progress $baseprog $bases INSTCORE "Installing core packages" #2
- ln -sf mawk $TARGET/usr/bin/awk
+ ln -sf mawk "$TARGET/usr/bin/awk"
x_core_install base-files base-passwd
p; progress $baseprog $bases INSTCORE "Installing core packages" #3
x_core_install dpkg
@@ -112,7 +112,7 @@ second_stage_install () {
x_core_install perl-base
p; progress $baseprog $bases INSTCORE "Installing core packages" #6
- rm $TARGET/usr/bin/awk
+ rm "$TARGET/usr/bin/awk"
x_core_install mawk
p; progress $baseprog $bases INSTCORE "Installing core packages" #7