Forum OpenACS Development: Re: Cannot install tDOM0.8.0 for aolserver 40r10

Collapse
Posted by Jade Rubick on
Index: configure
===================================================================
@@ -4285,7 +4285,7 @@
# 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 }' /etc/.relid'`
+ system=MP-RAS-`awk '{print }' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`

Thanks, Gustaf!