From 9d3fce399b4344e7a0453abcc90c1bf74bd6d10d Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 11 Sep 1999 20:13:25 +0000 Subject: r272: * dh_compress: fixed #ARGV bug (again) Closes: #44853 --- dh_compress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_compress') diff --git a/dh_compress b/dh_compress index 847bcb6d..1312bf46 100755 --- a/dh_compress +++ b/dh_compress @@ -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 -- cgit v1.2.3