diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tclX/files/patch-configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/tclX/files/patch-configure b/lang/tclX/files/patch-configure index 54f417071836..8f438103e3fe 100644 --- a/lang/tclX/files/patch-configure +++ b/lang/tclX/files/patch-configure @@ -9,3 +9,10 @@ if test "$TEA_PLATFORM" = "windows"; then TCLSH_PROG=${REAL_TCL_BIN_DIR}/tclsh${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}${TCL_DBGX}${EXEEXT} else +@@ -7000,5 +7000,5 @@ + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print }' /etc/.relid'` ++ system=MP-RAS-`awk '{print }' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then |