trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/gnun/server/gnun gnun-report.in Cha...


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun gnun-report.in Cha...
Date: Wed, 13 Jul 2016 15:50:58 +0000 (UTC)

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       16/07/13 15:50:58

Modified files:
        gnun/server/gnun: gnun-report.in ChangeLog 

Log message:
        Replace `sort' with @address@hidden

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-report.in?cvsroot=trans-coord&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.448&r2=1.449

Patches:
Index: gnun-report.in
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/gnun-report.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- gnun-report.in      21 Aug 2015 16:03:02 -0000      1.11
+++ gnun-report.in      13 Jul 2016 15:50:58 -0000      1.12
@@ -1,6 +1,6 @@
 #! @BASH@
 
-# Copyright (C) 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright (C) 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
 
 # This file is part of GNUnited Nations.
 
@@ -20,7 +20,7 @@
 function version () {
 cat <<EOF
 gnun-report (@PACKAGE_NAME@) @PACKAGE_VERSION@
-Copyright (C) 2015 Free Software Foundation, Inc.
+Copyright (C) 2016 Free Software Foundation, Inc.
 You may redistribute copies of @PACKAGE_NAME@
 under the terms of the GNU General Public License.
 For more information about these matters, see the file named COPYING.
@@ -347,7 +347,7 @@
         | @GREP@ -q -F " $base " || echo $base
     done
   done
-} | sort
+} | @SORT@
 )
 
 other_files=$(
@@ -364,7 +364,7 @@
     echo " "$other_to_translate $important_files $priority_files" " \
       | @GREP@ -q -F " $base " || echo $base
   done;
-} | sort
+} | @SORT@
 )
 
 # Compile a table against every list.

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.448
retrieving revision 1.449
diff -u -b -r1.448 -r1.449
--- ChangeLog   7 Jul 2016 06:33:48 -0000       1.448
+++ ChangeLog   13 Jul 2016 15:50:58 -0000      1.449
@@ -1,3 +1,7 @@
+2016-07-12  Pavel Kharitonov  <address@hidden>
+
+       * gnun-report.in: Replace `sort' with @address@hidden
+
 2016-07-07  Pavel Kharitonov  <address@hidden>
 
        Add sorted lists.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]