summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-12-12 20:53:59 (GMT)
committerhobbs <hobbs>2005-12-12 20:53:59 (GMT)
commit02b4f5f29a47603fed5faa0d5fe64f5a398940cc (patch)
treede978178367c6e72c3bd7f3f228ee3805df1d2d0 /unix/configure
parent7a116443a870099b88001b8017e2100cc8ee0937 (diff)
downloadtcl-02b4f5f29a47603fed5faa0d5fe64f5a398940cc.zip
tcl-02b4f5f29a47603fed5faa0d5fe64f5a398940cc.tar.gz
tcl-02b4f5f29a47603fed5faa0d5fe64f5a398940cc.tar.bz2
* unix/tcl.m4, unix/configure: Fix sh quoting error reported in
bash-3.1+ [Bug 1377619] (schafer)
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index d243def..d15bc30 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2481,7 +2481,7 @@ echo "configure:2472: checking system version (for dynamic loading)" >&5
# 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 }' /etc/.relid'`
+ system=MP-RAS-`awk '{print }' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`
@@ -7637,7 +7637,7 @@ echo "configure:7629: checking FIONBIO vs. O_NONBLOCK for nonblocking I/O" >&5
# 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 }' /etc/.relid'`
+ system=MP-RAS-`awk '{print }' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`