Laurent Julliard wrote: > > A quick hack consist in changing one line in > /opt/GNUstep/System/share/config.site > > from > if test "$target" = NONE ; then > > to > if test -z "$target" -o "$target" = NONE; then > >
Fixed. Thanks. -- Adam Fedor, Digital Optics | Fudd's law of opposition: Push [EMAIL PROTECTED] http://www.doc.com | something hard enough, and it [EMAIL PROTECTED] http://www.gnustep.org | will fall over. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
