]> git.donarmstrong.com Git - debhelper.git/commitdiff
r272: * dh_compress: fixed #ARGV bug (again) Closes: #44853
authorjoey <joey>
Sat, 11 Sep 1999 20:13:25 +0000 (20:13 +0000)
committerjoey <joey>
Sat, 11 Sep 1999 20:13:25 +0000 (20:13 +0000)
debian/changelog
dh_compress

index 500500981e20496faca482dcb39d891ed16e161e..a770e735dbc01f994260d6d8072f61661a2c1551 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (2.0.44) unstable; urgency=low
+
+  * dh_compress: fixed #ARGV bug (again) Closes: #44853
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 11 Sep 1999 13:04:15 -0700
+
 debhelper (2.0.43) unstable; urgency=low
 
   * Corrected example rules files, which had some messed up targets.
index 847bcb6d73f49d31089b2e49a221114c758d5e5a..1312bf46afd27880834688dcb4e81b82a625e1b2 100755 (executable)
@@ -22,7 +22,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
        @files=();
        # First of all, deal with any files specified right on the command line.
        if (($PACKAGE eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL}) && @ARGV) {
-               push @files,#ARGV;
+               push @files, @ARGV;
        }
        if ($compress) {
                # The config file is a sh script that outputs the files to be compressed