You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2007/08/27 18:55:55 UTC

svn commit: r570182 - in /tcl/rivet/trunk: ChangeLog configure.ac

Author: davidw
Date: Mon Aug 27 09:55:54 2007
New Revision: 570182

URL: http://svn.apache.org/viewvc?rev=570182&view=rev
Log:
* configure.ac: Added missing quote.


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/configure.ac

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=570182&r1=570181&r2=570182&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Mon Aug 27 09:55:54 2007
@@ -1,5 +1,7 @@
 2007-08-27  David N. Welton  <da...@dedasys.com>
 
+	* configure.ac: Added missing quote.
+
 	* configure.ac: Another patch from Valery, making compilation
 	smoother on Debian.
 

Modified: tcl/rivet/trunk/configure.ac
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/configure.ac?rev=570182&r1=570181&r2=570182&view=diff
==============================================================================
--- tcl/rivet/trunk/configure.ac (original)
+++ tcl/rivet/trunk/configure.ac Mon Aug 27 09:55:54 2007
@@ -383,7 +383,7 @@
     # If we have multiple pathes, pull the first one, add end slash if needed
 	res=`echo ${TCL_PACKAGE_PATH} | \
              grep '[[^\]] ' | \
-             sed -e 's/\([[^\]]\)\( \)\(.*\)$/\1/'  -e 's/\([[^\/]]\)$/\1\//`
+             sed -e 's/\([[^\]]\)\( \)\(.*\)$/\1/'  -e 's/\([[^\/]]\)$/\1\//' `
 	if test x"${res}" != x; then
 	    TCL_PACKAGE_PATH=${res}
             AC_SUBST(TCL_PACKAGE_PATH)



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org