summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordas <das>2006-05-26 19:20:36 (GMT)
committerdas <das>2006-05-26 19:20:36 (GMT)
commit2673b25c11e9aedc15609d8ccfb288abea2015d9 (patch)
treec401c60fd0c04a26f682b3b58d87fd4b5b2c01bd /unix/tcl.m4
parentdf3fdc4e6285525d966be0c15450232078996935 (diff)
downloadtk-2673b25c11e9aedc15609d8ccfb288abea2015d9.zip
tk-2673b25c11e9aedc15609d8ccfb288abea2015d9.tar.gz
tk-2673b25c11e9aedc15609d8ccfb288abea2015d9.tar.bz2
sync 2006-05-24 change to 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 24c17ea..923bf27 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -890,7 +890,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`