diff options
author | das <das> | 2006-05-26 19:20:36 (GMT) |
---|---|---|
committer | das <das> | 2006-05-26 19:20:36 (GMT) |
commit | b739f2f908d885ea3f7357ddb46eb8547f702cda (patch) | |
tree | c401c60fd0c04a26f682b3b58d87fd4b5b2c01bd /unix/tcl.m4 | |
parent | 04e282cd9a53c093d67c0651f314c7c4fb57266c (diff) | |
download | tk-b739f2f908d885ea3f7357ddb46eb8547f702cda.zip tk-b739f2f908d885ea3f7357ddb46eb8547f702cda.tar.gz tk-b739f2f908d885ea3f7357ddb46eb8547f702cda.tar.bz2 |
sync 2006-05-24 change to tcl HEAD
Diffstat (limited to 'unix/tcl.m4')
-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` |