[csw-devel] SF.net SVN: gar:[7192] csw/mgar/gar/v2/bin/checkpkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Nov 10 02:25:32 CET 2009
Revision: 7192
http://gar.svn.sourceforge.net/gar/?rev=7192&view=rev
Author: wahwah
Date: 2009-11-10 01:25:32 +0000 (Tue, 10 Nov 2009)
Log Message:
-----------
gar/checkpkg: removing option -q from /usr/bin/grep invocation (/usr/bin/grep does not support -q)
Modified Paths:
--------------
csw/mgar/gar/v2/bin/checkpkg
Modified: csw/mgar/gar/v2/bin/checkpkg
===================================================================
--- csw/mgar/gar/v2/bin/checkpkg 2009-11-10 00:56:04 UTC (rev 7191)
+++ csw/mgar/gar/v2/bin/checkpkg 2009-11-10 01:25:32 UTC (rev 7192)
@@ -557,7 +557,7 @@
lib=`echo $ldep | nawk '{print $1}'`
[ "$lib" = "libm.so.2" ] && continue
pkg=`echo $ldep | nawk '{print $2}'`
- /usr/bin/grep -q "[/=]$lib[ =]" $SETLIBS >/dev/null
+ /usr/bin/grep "[/=]$lib[ =]" $SETLIBS >/dev/null
if [ $? -ne 0 ]; then
errmsg "Couldn't find a package providing $lib"
else
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