summaryrefslogtreecommitdiff
path: root/pristine-gz
diff options
context:
space:
mode:
Diffstat (limited to 'pristine-gz')
-rwxr-xr-xpristine-gz2
1 files changed, 1 insertions, 1 deletions
diff --git a/pristine-gz b/pristine-gz
index f85a011..b2ca53a 100755
--- a/pristine-gz
+++ b/pristine-gz
@@ -226,7 +226,7 @@ sub testvariant {
}
# try gzipping with the arguments passed
- doit('zgz', '-f', @args, $new);
+ doit('zgz', @args, "-f", $new);
$new .= '.gz';
unless (-e $new) {
die("zgz failed, aborting");