[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnue] r9892 - trunk/www/utils/sbin
From: |
reinhard |
Subject: |
[gnue] r9892 - trunk/www/utils/sbin |
Date: |
Thu, 31 Jul 2008 07:56:45 -0500 (CDT) |
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' |
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnue] r9892 - trunk/www/utils/sbin,
reinhard <=