commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9678 - trunk/www/utils/sbin


From: reinhard
Subject: [gnue] r9678 - trunk/www/utils/sbin
Date: Wed, 6 Jun 2007 06:42:56 -0500 (CDT)

Author: reinhard
Date: 2007-06-06 06:42:55 -0500 (Wed, 06 Jun 2007)
New Revision: 9678

Modified:
   trunk/www/utils/sbin/update-tasks
Log:
Removed trailing slash from directory parameters as that seems to confuse some
things.


Modified: trunk/www/utils/sbin/update-tasks
===================================================================
--- trunk/www/utils/sbin/update-tasks   2007-06-06 11:24:51 UTC (rev 9677)
+++ trunk/www/utils/sbin/update-tasks   2007-06-06 11:42:55 UTC (rev 9678)
@@ -92,7 +92,7 @@
 # Update the website based on gnue/www/
 echo "Updating website..."
 cd ${CHECKOUT}/www
-$BASE/bin/gcvs utils/create-website --update --dest 
/usr/local/www/gnue/htdocs/ --htdig /etc/htdig/ --twiki 
/var/lib/twiki/templates/   2>&1 | sed 's/^/  (*) /g'
+$BASE/bin/gcvs utils/create-website --update --dest /usr/local/www/gnue/htdocs 
--htdig /etc/htdig --twiki /var/lib/twiki/templates 2>&1 | sed 's/^/  (*) /g'
 
 # Update the downloads section
 echo "Updating downloads..."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]