[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 05/05: c/r-html-reports: Fix bad call to run_cmd



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch reporting-rewrite-config-and-archive-handling
in repository lintian.

commit a861efb29cecf2838efde6f5df838f0f66db2b52
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 28 13:47:00 2017 +0000

    c/r-html-reports: Fix bad call to run_cmd
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-html-reports.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/reporting-html-reports.pm b/commands/reporting-html-reports.pm
index 8e68047..a8967d2 100644
--- a/commands/reporting-html-reports.pm
+++ b/commands/reporting-html-reports.pm
@@ -514,7 +514,7 @@ sub setup_output_dir {
                 'install_method' => 'copy',
                 'source_file' => $lintian_log_file,
             });
-        run_cmd(\%opts, ['gzip', '-9nc']);
+        run_cmd(\%opts, 'gzip', '-9nc');
         $RESOURCE_MANAGER->install_resource("$output_dir/lintian.log.gz");
         symlink($RESOURCE_MANAGER->resource_URL('lintian.log'),
             "$output_dir/lintian.log");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: