From d7b306162c16a3d261fe6c7420ac484ac3d9f3ea Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 15 May 2001 01:28:29 +0000 Subject: 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 --- dh_compress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_compress') 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. -- cgit v1.2.3