diff options
author | dgp <dgp@users.sourceforge.net> | 2013-01-03 14:07:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-01-03 14:07:59 (GMT) |
commit | 48143d187fb873f63506cd876c54d06247071ff0 (patch) | |
tree | c9ff542c1f6c79a99d10d8517d5462604ccc5a65 /unix/configure.in | |
parent | aada09aa918105dd70186da6252c8a92d444b580 (diff) | |
download | tcl-core_8_0_3_pr.zip tcl-core_8_0_3_pr.tar.gz tcl-core_8_0_3_pr.tar.bz2 |
Post-release revisions to restore building on later platforms.core_8_0_3_pr
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 86d189b..50947e28 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -643,7 +643,7 @@ else # results, and the version is kept in special file). if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then - system=MP-RAS-`awk '{print $3}' /etc/.relid'` + system=MP-RAS-`awk '{print $3}' /etc/.relid` fi if test "`uname -s`" = "AIX" ; then system=AIX-`uname -v`.`uname -r` @@ -1126,7 +1126,7 @@ else # results, and the version is kept in special file). if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then - system=MP-RAS-`awk '{print $3}' /etc/.relid'` + system=MP-RAS-`awk '{print $3}' /etc/.relid` fi if test "`uname -s`" = "AIX" ; then system=AIX-`uname -v`.`uname -r` |