[gnue] r9892 - trunk/www/utils/sbin [email protected] Thu, 31 Jul 2008 07:56:45 -0500 (CDT) Newsgroups gmane.comp.cms.gnue.cvs Message-ID <[email protected]> Author: reinhard Date: 2008-07-31 07:56:45 -0500 (Thu, 31 Jul 2008) New Revision: 9892 Modified: trunk/www/utils/sbin/create-epydocs Log: Adapted "tail" call to new syntax. Modified: trunk/www/utils/sbin/create-epydocs =================================================================== --- trunk/www/utils/sbin/create-epydocs 2008-07-31 12:52:58 UTC (rev 9891) +++ trunk/www/utils/sbin/create-epydocs 2008-07-31 12:56:45 UTC (rev 9892) @@ -48,7 +48,7 @@ cat $CHECKOUT/www/misc/epydoc/header.php cat "$TMPDIR/$t/$f" | - tail +11 | + tail -n +11 | grep -v '</body>' | grep -v '</html>' | grep -v 'no frame' |