From e23dc5fb07564c597477c8543aa058000bc2e8b1 Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Mon, 17 Jul 2006 16:13:13 +0200 Subject: Fix: warning on output of diff command --- ChangeLog | 3 +++ scripts/pkg-get.pl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5b78417..b70b00f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ ChangeLog for pkg-get + +X.X.X - Fixed warnings on output of diff command + 0.4.5 - Added --all switch for diff command (also lists locked packages) diff --git a/scripts/pkg-get.pl b/scripts/pkg-get.pl index 382828a..3fe51e6 100755 --- a/scripts/pkg-get.pl +++ b/scripts/pkg-get.pl @@ -943,7 +943,7 @@ sub diff { printf("%-19s %-19s %-19s\n\n","Package","Installed","Available in the repositories"); $gotdiff = 1; } - printf("%-19s %-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'}); + printf("%-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'}); } elsif ($all) { # yeah, it blows, at least avoid to read the locked state twice. if ($gotdiff == 0){ print "Differences between installed packages and packages repo:\n\n"; -- cgit v1.2.3