From b2c4c42a32af63baf5992e29ad92a1996fac395e Mon Sep 17 00:00:00 2001 From: Junichi Kimura Date: Sun, 30 May 2021 13:04:13 -0700 Subject: [PATCH] Fix configure failing for Tcl --- Tcl/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tcl/configure b/Tcl/configure index 8faa4ff..9b9917b 100755 --- a/Tcl/configure +++ b/Tcl/configure @@ -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`