Re: openapp woes in Debian unstable?
Adam Fedor <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Organization | Digital Optics Corp |
| Message-ID | <[email protected]> |
On 2005-10-06 08:11:46 -0600 Kristian Rink <[email protected]> wrote: > > #! /bin/sh > > if [ -z "$GNUSTEP_MAKEFILES" ]; then > . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh > fi > > [ `opentool gdomap -L GDNCServer | grep -c Found` = '0' ] && opentool > gdnc > > tool=$(basename "$0") > opentool "$tool" "$@" Wow, that's very wrong. You get into an infinite loop with it tries to repeatedly start gdnc, but never does. I'd take that line out completely.