[csw-devel] SF.net SVN: opencsw:[545] gar-wrapper
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Fri Sep 23 19:38:35 CEST 2011
Revision: 545
http://opencsw.svn.sourceforge.net/opencsw/?rev=545&view=rev
Author: skayser
Date: 2011-09-23 17:38:35 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
mgar: sort locate command output
Modified Paths:
--------------
gar-wrapper/CHANGES
gar-wrapper/mgar
Modified: gar-wrapper/CHANGES
===================================================================
--- gar-wrapper/CHANGES 2011-09-23 17:33:15 UTC (rev 544)
+++ gar-wrapper/CHANGES 2011-09-23 17:38:35 UTC (rev 545)
@@ -1,6 +1,7 @@
-Changes since 0.93 (r543):
+Changes with 0.94-dev:
* NEW command "status" to query VCS status (^= svn status)
* DROP command "scm", typing "svn <sth>" is shorter than "mgar scm <sth>"
+* CHANGE "locate" command output now sorted
Changes with 0.93 (r543):
* NEW command "show-var" to show runtime value of recipe vars (Maciej Blizinski)
Modified: gar-wrapper/mgar
===================================================================
--- gar-wrapper/mgar 2011-09-23 17:33:15 UTC (rev 544)
+++ gar-wrapper/mgar 2011-09-23 17:38:35 UTC (rev 545)
@@ -456,7 +456,7 @@
else
ggrep -iqE "^$__searchby.*=.*$__term.*" $f && echo $f
fi
- done
+ done | sort
}
function newpkg() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list