Merge pull request #1 from junkimu/master

Fix configure failing for Tcl
This commit is contained in:
Erick Gallesio 2021-05-31 11:44:56 +02:00 committed by GitHub
commit b1f99074c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`