SOURCES: tcl-shell-quotes.patch (NEW) - tcl-shell-quotes.patch: fi...

qrczak qrczak at pld-linux.org
Wed Jan 4 16:16:52 CET 2006


Author: qrczak                       Date: Wed Jan  4 15:16:52 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- tcl-shell-quotes.patch: fixed unbalanced shell quotes which confuse
  zsh at configure time.

---- Files affected:
SOURCES:
   tcl-shell-quotes.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tcl-shell-quotes.patch
diff -u /dev/null SOURCES/tcl-shell-quotes.patch:1.1
--- /dev/null	Wed Jan  4 16:16:52 2006
+++ SOURCES/tcl-shell-quotes.patch	Wed Jan  4 16:16:47 2006
@@ -0,0 +1,20 @@
+--- tcl8.5a3/unix/tcl.m4~	2006-01-04 16:11:26.000000000 +0100
++++ tcl8.5a3/unix/tcl.m4	2006-01-04 16:11:45.000000000 +0100
+@@ -887,7 +887,7 @@
+ 	    # results, and the version is kept in special file).
+ 	
+ 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
++		system=MP-RAS-`awk '{print $3}' /etc/.relid`
+ 	    fi
+ 	    if test "`uname -s`" = "AIX" ; then
+ 		system=AIX-`uname -v`.`uname -r`
+@@ -2324,7 +2324,7 @@
+ 	    # results, and the version is kept in special file).
+ 	
+ 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
++		system=MP-RAS-`awk '{print $3}' /etc/.relid`
+ 	    fi
+ 	    if test "`uname -s`" = "AIX" ; then
+ 		system=AIX-`uname -v`.`uname -r`
================================================================


More information about the pld-cvs-commit mailing list