diff options
author | das <das> | 2006-05-26 19:20:36 (GMT) |
---|---|---|
committer | das <das> | 2006-05-26 19:20:36 (GMT) |
commit | 2673b25c11e9aedc15609d8ccfb288abea2015d9 (patch) | |
tree | c401c60fd0c04a26f682b3b58d87fd4b5b2c01bd | |
parent | df3fdc4e6285525d966be0c15450232078996935 (diff) | |
download | tk-2673b25c11e9aedc15609d8ccfb288abea2015d9.zip tk-2673b25c11e9aedc15609d8ccfb288abea2015d9.tar.gz tk-2673b25c11e9aedc15609d8ccfb288abea2015d9.tar.bz2 |
sync 2006-05-24 change to tcl HEAD
-rw-r--r-- | unix/tcl.m4 | 2 |
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` |