blob: 0a928506ee6c96b1c1014243adc0c67a226b8b2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/tclconfig/tcl.m4 2023-03-16 08:23:24.920934671 +0100
+++ b/tclconfig/tcl.m4 2023-03-16 08:24:06.288775313 +0100
@@ -794,7 +794,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`
|