[csw-devel] SF.net SVN: gar:[7348] csw/mgar/pkg/tightvnc/trunk/files/vncserver-wrapper. sh
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Nov 19 00:51:48 CET 2009
Revision: 7348
http://gar.svn.sourceforge.net/gar/?rev=7348&view=rev
Author: wahwah
Date: 2009-11-18 23:51:48 +0000 (Wed, 18 Nov 2009)
Log Message:
-----------
tightvnc: suppressing grep's output
Modified Paths:
--------------
csw/mgar/pkg/tightvnc/trunk/files/vncserver-wrapper.sh
Modified: csw/mgar/pkg/tightvnc/trunk/files/vncserver-wrapper.sh
===================================================================
--- csw/mgar/pkg/tightvnc/trunk/files/vncserver-wrapper.sh 2009-11-18 23:04:18 UTC (rev 7347)
+++ csw/mgar/pkg/tightvnc/trunk/files/vncserver-wrapper.sh 2009-11-18 23:51:48 UTC (rev 7348)
@@ -31,7 +31,7 @@
-a \
-perm -u+w \
\) \
- \) | grep "$1"
+ \) | grep "$1" > /dev/null
}
if writable "${test_dir}"; then
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