svn2cl commit: r158 - svn2cl
[Date Prev][
Date Next]
[Thread Prev][
Thread Next]
svn2cl commit: r158 - svn2cl
- From: Commits of the svn2cl project <svn2cl-commits [at] lists.arthurdejong.org>
- To: svn2cl-commits [at] lists.arthurdejong.org
- Reply-to: svn2cl-users [at] lists.arthurdejong.org
- Subject: svn2cl commit: r158 - svn2cl
- Date: Wed,  6 Mar 2013 21:40:13 +0100 (CET)
Author: arthur
Date: Wed Mar  6 21:40:12 2013
New Revision: 158
URL: http://arthurdejong.org/viewvc/svn2cl?revision=158&view=revision
Log:
fix typo in handling of --ticket-link option (thanks Gaute Lote)
Modified:
   svn2cl/svn2cl.sh
Modified: svn2cl/svn2cl.sh
==============================================================================
--- svn2cl/svn2cl.sh    Thu Jun 28 21:44:05 2012        (r157)
+++ svn2cl/svn2cl.sh    Wed Mar  6 21:40:12 2013        (r158)
@@ -3,7 +3,7 @@
 # svn2cl.sh - front end shell script for svn2cl.xsl, calls xsltproc
 #             with the correct parameters
 #
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Arthur de Jong.
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2013 Arthur de Jong
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -127,7 +127,7 @@
       shift
       ;;
     --ticket-link)
-      TICKET_LINKK="$2"
+      TICKET_LINK="$2"
       shift 2 || { echo "$prog: option requires an argument -- $1";exit 1; }
       ;;
     --ticket-link=*)
-- 
To unsubscribe send an email to
svn2cl-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/svn2cl-commits/
- svn2cl commit: r158 - svn2cl,
Commits of the svn2cl project