]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- fix sort syntax to be posix correct
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 23 Apr 2004 23:17:23 +0000 (23:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs-posix.patch -> 1.1

cvs-posix.patch [new file with mode: 0644]

diff --git a/cvs-posix.patch b/cvs-posix.patch
new file mode 100644 (file)
index 0000000..3787d92
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN cvs-1.11.15.org/contrib/rcs2log.sh cvs-1.11.15/contrib/rcs2log.sh
+--- cvs-1.11.15.org/contrib/rcs2log.sh 2004-04-24 01:05:02.405889824 +0200
++++ cvs-1.11.15/contrib/rcs2log.sh     2004-04-24 01:16:22.870443488 +0200
+@@ -620,7 +620,7 @@
+ # Sort the log entries, first by date+time (in reverse order),
+ # then by author, then by log entry, and finally by file name and revision
+ # (just in case).
+-sort -t"$SOH" +2 -4r +4 +0 |
++sort -t"$SOH" -k 3,4r -k 5 -k 1 |
+ # Finally, reformat the sorted log entries.
+ $AWK -F"$SOH" '
This page took 0.091188 seconds and 4 git commands to generate.