Revision: 1776
http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1776&view=revAuthor: hcunningham
Date: 2009-10-30 12:40:12 +0000 (Fri, 30 Oct 2009)
Log Message:
-----------
quote the search term to allow multi-word search
Modified Paths:
--------------
trunk/cow/bin/search-code.sh
Modified: trunk/cow/bin/search-code.sh
===================================================================
--- trunk/cow/bin/search-code.sh 2009-10-30 12:38:21 UTC (rev 1775)
+++ trunk/cow/bin/search-code.sh 2009-10-30 12:40:12 UTC (rev 1776)
@@ -8,4 +8,4 @@
# DESCRIPTION: Do a grep on all the java and groovy files
#===============================================================================
-grep $* `find bin grails-app test webtest/tests src/java src/groovy scripts -type f | egrep -v '\.svn|\.swp$|CVS' |egrep 'groovy$|java$|gsp$|jjt$'`
+grep "$*" `find bin grails-app test webtest/tests src/java src/groovy scripts -type f | egrep -v '\.svn|\.swp$|CVS' |egrep 'groovy$|java$|gsp$|jjt$'`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits