Fix a line in configure script, which had a bug in it, that we didn't

care for, because the line was never reachable on FreeBSD.

Our new and improved sh cares deeply about such problems, however, and
configure started to fail even on 7-STABLE at the beginning of October.

Notified by:	miwi
This commit is contained in:
Mikhail Teterin 2009-11-27 07:11:36 +00:00
parent 71b1571733
commit c411bdd4fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244829

View file

@ -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