summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorjoey <joey>2001-05-15 01:28:29 +0000
committerjoey <joey>2001-05-15 01:28:29 +0000
commitd7b306162c16a3d261fe6c7420ac484ac3d9f3ea (patch)
treecf81eaf64f1ba6642fa4a0a67872de7f83752275 /dh_compress
parent625338331a19fff4be0d0e70f3ea19fbc5630d4e (diff)
r467: * dh_installinfo: doc enchancement, Closes: #97515
* dh_md5sums: don't fail if pwd has spaces in it (must be scraping the bottom of the bug barrel here). Closes: #97404
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_compress b/dh_compress
index 0795cbbc..c90ce637 100755
--- a/dh_compress
+++ b/dh_compress
@@ -160,7 +160,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
doit("ln","$hardlinks{$_}.gz","$_.gz");
}
- verbose_print("cd $olddir");
+ verbose_print("cd '$olddir'");
chdir($olddir);
# Fix up symlinks that were pointing to the uncompressed files.