[kernel] r17282 - in dists/trunk/linux-base: bin debian
Ben Hutchings
benh at alioth.debian.org
Sun May 1 17:13:16 UTC 2011
Author: benh
Date: Sun May 1 17:13:01 2011
New Revision: 17282
Log:
linux-version: Fix interpolation of command name in help (Closes: #624795)
Thanks to Jakub Wilk
Modified:
dists/trunk/linux-base/bin/linux-version
dists/trunk/linux-base/debian/changelog
Modified: dists/trunk/linux-base/bin/linux-version
==============================================================================
--- dists/trunk/linux-base/bin/linux-version Sun May 1 14:09:44 2011 (r17281)
+++ dists/trunk/linux-base/bin/linux-version Sun May 1 17:13:01 2011 (r17282)
@@ -23,7 +23,7 @@
sub usage {
my $fh = shift;
- print $fh (<< 'EOT');
+ print $fh (<< "EOT");
Usage: $0 compare VERSION1 OP VERSION2
$0 sort [--reverse] [VERSION1 VERSION2 ...]
$0 list [--paths]
Modified: dists/trunk/linux-base/debian/changelog
==============================================================================
--- dists/trunk/linux-base/debian/changelog Sun May 1 14:09:44 2011 (r17281)
+++ dists/trunk/linux-base/debian/changelog Sun May 1 17:13:01 2011 (r17282)
@@ -2,6 +2,8 @@
* debian/control: Fix VCS URLs (Closes: #620609)
* Add Slovak debconf template translation (Slavko) (Closes: #622118)
+ * linux-version: Fix interpolation of command name in help, thanks to
+ Jakub Wilk (Closes: #624795)
-- Ben Hutchings <ben at decadent.org.uk> Sun, 03 Apr 2011 02:58:29 +0100
More information about the Kernel-svn-changes
mailing list