pf-tools/pf-tools: Fix: whitespace is needed

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Thu Oct 21 12:46:25 UTC 2010


details:   http://hg.debian.org/hg/pf-tools/pf-tools/rev/3e7b9c81fd83
changeset: 906:3e7b9c81fd83
user:      "Christophe Caillet <quadchris at free.fr>"
date:      Thu Oct 21 14:46:05 2010 +0200
description:
Fix: whitespace is needed

diffstat:

1 file changed, 1 deletion(-)
lib/PFTools/Packages/DEB.pm |    1 -

diffs (14 lines):

diff -r 211fa4ce94e6 -r 3e7b9c81fd83 lib/PFTools/Packages/DEB.pm
--- a/lib/PFTools/Packages/DEB.pm	Wed Oct 20 17:07:06 2010 +0200
+++ b/lib/PFTools/Packages/DEB.pm	Thu Oct 21 14:46:05 2010 +0200
@@ -220,8 +220,8 @@
 
     my $install_cmd = $PKG_CMD->{'install'};
     $install_cmd .= ( defined $version )
-        ? "'$pkg_name=$version'"
-        : "'$pkg_name'";
+        ? " '$pkg_name=$version'"
+        : " '$pkg_name'";
     if ( deferredlogsystem($install_cmd) ) {
         carp qq{ERROR while installing $pkg_name : $OS_ERROR"}
             if( $VERBOSE );



More information about the pf-tools-commits mailing list