summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordas <das>2006-05-26 19:14:41 (GMT)
committerdas <das>2006-05-26 19:14:41 (GMT)
commit37950831316944a79bcf8c520f75147b57350025 (patch)
tree791a653cfe7a6a45849139b45da4c90a29cfcc1a /unix/tcl.m4
parent55499b3781b3e60087544ae1ba490a37ded1b1b8 (diff)
downloadtk-37950831316944a79bcf8c520f75147b57350025.zip
tk-37950831316944a79bcf8c520f75147b57350025.tar.gz
tk-37950831316944a79bcf8c520f75147b57350025.tar.bz2
sync with tcl HEAD
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index f55be99..11197a9 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -949,7 +949,7 @@ AC_DEFUN([SC_CONFIG_SYSTEM], [
# results, and the version is kept in special file).
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
- tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid`
+ tcl_cv_sys_version=MP-RAS-`awk '{print $[3]}' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`