summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-12-12 20:55:39 (GMT)
committerhobbs <hobbs>2005-12-12 20:55:39 (GMT)
commitd5a443172ee410e009c7e6d7769f8b774d74d3e0 (patch)
treec826d3e5994b2ce23bdf10f87c5683cad90a43ea /unix/configure
parentd2258e9d68e9e664d40be6081ae6f07212393749 (diff)
downloadtk-d5a443172ee410e009c7e6d7769f8b774d74d3e0.zip
tk-d5a443172ee410e009c7e6d7769f8b774d74d3e0.tar.gz
tk-d5a443172ee410e009c7e6d7769f8b774d74d3e0.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/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index f6b1b30..0f06e27 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1946,7 +1946,7 @@ echo "configure:1937: 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`