summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-02-19 23:44:46 (GMT)
committernijtmans <nijtmans>2010-02-19 23:44:46 (GMT)
commit2de0f1fed47ed0df044d29ee454fe25435859500 (patch)
treecc959f087012cc48c4aeebd1cbf6af455771c56c /unix/tcl.m4
parent050e32460ea3ba6ca9d237e0f1aecb299d4b358e (diff)
downloadtcl-core_8_2_1_branch.zip
tcl-core_8_2_1_branch.tar.gz
tcl-core_8_2_1_branch.tar.bz2
Fix sh quoting error reported in bash-3.1+ [Bug 1377619] core_8_2_1_branch
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 40cb6eb..b7789c0 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -533,7 +533,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
# 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`
@@ -1379,7 +1379,7 @@ AC_DEFUN(SC_BLOCKING_STYLE, [
# 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`