summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2007-11-09 06:19:40 (GMT)
committerdas <das>2007-11-09 06:19:40 (GMT)
commit455d9dc4b8b50ed064729851295535018eb99449 (patch)
tree21aa7374d995d2330200cc1739b7309c68ee9417
parent54906d6ccb934d22157a0dce38abe64cf0472d0c (diff)
downloadtk-455d9dc4b8b50ed064729851295535018eb99449.zip
tk-455d9dc4b8b50ed064729851295535018eb99449.tar.gz
tk-455d9dc4b8b50ed064729851295535018eb99449.tar.bz2
sync with tcl/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 94b1cc0..51809fd 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -891,7 +891,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`