Fix configure failing for Tcl

This commit is contained in:
Junichi Kimura 2021-05-30 13:04:13 -07:00
parent e7e5929388
commit b2c4c42a32
1 changed files with 1 additions and 1 deletions

2
Tcl/configure vendored
View File

@ -3219,7 +3219,7 @@ else
# 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`