changeset 5:cdd7f7b6d4b0

Fixed applying of Subversion options.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Sep 2008 06:05:27 +0300
parents f27514832835
children 5665a846d227
files svn2cl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/svn2cl	Fri May 09 14:33:35 2008 +0300
+++ b/svn2cl	Sat Sep 13 06:05:27 2008 +0300
@@ -131,7 +131,7 @@
 fi
 
 # actually run the command we need
-svn --verbose --xml log $SVNOPTS | \
+svn --verbose --xml log $EXTRAOPTS | \
   xsltproc --stringparam strip-prefix "$STRIPPREFIX" \
            --stringparam linelen $LINELEN \
            --stringparam groupbyday $GROUPBYDAY \