tags 355656 +patch thanks File tclconfig/tcl.m4 has two extra quotes. Old versions of bash did not catch the errors.
The following patch solves the problem.
--- rivet-0.5.0.orig/tclconfig/tcl.m4 2004-12-03 04:34:22.000000000 +0100
+++ rivet-0.5.0/tclconfig/tcl.m4 2006-10-22 02:35:30.000000000 +0200
@@ -773,7 +773,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`
@@ -2160,7 +2160,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`
Regards,
F. Moya
--
Francisco Moya Fernandez Computer Architecture and Networks Group
Assistant Professor
[EMAIL PROTECTED] School of Computer Science
Fax:(+34 926) 29 53 54 University of Castilla-La Mancha
Tel:(+34 926) 29 54 83 http://www.inf-cr.uclm.es/
signature.asc
Description: This is a digitally signed message part

