Revision: 5331
http://nsis.svn.sourceforge.net/nsis/?rev=5331&view=rev
Author: kichik
Date: 2007-10-06 02:10:36 -0700 (Sat, 06 Oct 2007)
Log Message:
-----------
use full path for xsl
Modified Paths:
--------------
web-scripts/trunk/cl.sh
Modified: web-scripts/trunk/cl.sh
===================================================================
--- web-scripts/trunk/cl.sh 2007-10-06 09:05:55 UTC (rev 5330)
+++ web-scripts/trunk/cl.sh 2007-10-06 09:10:36 UTC (rev 5331)
@@ -9,7 +9,7 @@
CLHTMLNEW=$BINDIR/cl.htm
CLHTML=$HTDOCSDIR/nightly/changelog.htm
-XSL=cl.xsl
+XSL=$BINDIR/cl.xsl
SVNLOG="svn log --xml --verbose"
SVNROOT=https://nsis.svn.sourceforge.net/svnroot/nsis/NSIS/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|