diff options
author | das <das@noemail.net> | 2006-05-26 19:19:21 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-05-26 19:19:21 (GMT) |
commit | b6c2d084f671c990c2bf2fa91012de2788fd2f44 (patch) | |
tree | bd1954b6911519f21581add5c0d63c9a812ed00a | |
parent | 03bebdcad02878443d087f3fc6ac62f72bf7315d (diff) | |
download | tcl-b6c2d084f671c990c2bf2fa91012de2788fd2f44.zip tcl-b6c2d084f671c990c2bf2fa91012de2788fd2f44.tar.gz tcl-b6c2d084f671c990c2bf2fa91012de2788fd2f44.tar.bz2 |
sync 2006-05-24 change to tcl HEAD
FossilOrigin-Name: 0981367f4e35a76d1dbaafcbacf95505f5f40764
-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` |