[csw-devel] SF.net SVN: gar:[7187] csw/mgar/pkg/cswutils/trunk/files/checkpkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Nov 9 20:36:02 CET 2009
Revision: 7187
http://gar.svn.sourceforge.net/gar/?rev=7187&view=rev
Author: wahwah
Date: 2009-11-09 19:36:02 +0000 (Mon, 09 Nov 2009)
Log Message:
-----------
cswutils/checkpkg: Using rot13 to allow checkpkg to check itself
Modified Paths:
--------------
csw/mgar/pkg/cswutils/trunk/files/checkpkg
Modified: csw/mgar/pkg/cswutils/trunk/files/checkpkg
===================================================================
--- csw/mgar/pkg/cswutils/trunk/files/checkpkg 2009-11-09 18:02:45 UTC (rev 7186)
+++ csw/mgar/pkg/cswutils/trunk/files/checkpkg 2009-11-09 19:36:02 UTC (rev 7187)
@@ -88,7 +88,8 @@
# Need to rewrite this whole thing to also
# check for badly set RUNPATHs. sigh.
#
- for badpath in /export/medusa /opt/build ; do
+ badpaths="$(echo /rkcbeg/zrqhfn /bcg/ohvyq | gtr a-mn-z n-za-m)"
+ for badpath in $(badpaths) ; do
GREP=/bin/grep gzgrep "$badpath" $f
if [[ $? -eq 0 ]] ; then
print ""
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