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:
parent
71b1571733
commit
c411bdd4fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244829
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue