summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-05 17:34:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-05 17:34:10 (GMT)
commitf86c19430a6191f9f30cc9309dc9e94c008696e2 (patch)
tree5e235c6f027b9c59b905fa1e909f776c4fe64e4e /unix/tcl.m4
parent36ea3f27001c99cbc7cb3cae6894efaffe7fb512 (diff)
downloadtcl-f86c19430a6191f9f30cc9309dc9e94c008696e2.zip
tcl-f86c19430a6191f9f30cc9309dc9e94c008696e2.tar.gz
tcl-f86c19430a6191f9f30cc9309dc9e94c008696e2.tar.bz2
typo fixes
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 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`