The following commit has been merged in the master branch:
commit 3b19760fc3c82a8757d42fb5215fdb32cbed87d4
Author: Niels Thykier <[email protected]>
Date: Sun Jan 27 16:56:21 2013 +0100
lintian: Reuse variable instead of recomputing the value
Signed-off-by: Niels Thykier <[email protected]>
diff --git a/frontend/lintian b/frontend/lintian
index f57884c..d2a8635 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1101,7 +1101,7 @@ $unpack_options{'jobs'} = $opt{'jobs'};
debug_msg(1,
"Selected action: $action",
sprintf('Extra data to collect: %s', join(',',sort keys
%extra_unpack)),
- sprintf('Selected checks: %s', join(',',sort $PROFILE->scripts)),
+ sprintf('Selected checks: %s', join (',', @scripts)),
"Parallelization limit: $opt{'jobs'}",
);
--
Debian package checker
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]