help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: openapp woes in Debian unstable?


From: Adam Fedor
Subject: Re: openapp woes in Debian unstable?
Date: Thu, 06 Oct 2005 15:55:47 -0600

On 2005-10-06 15:48:57 -0600 Adam Fedor <fedor@doc.com> wrote:

On 2005-10-06 08:11:46 -0600 Kristian Rink <kristian@zimmer428.net> 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.

Well, gosh the whole script is really screwed up as well. That's definitely not the opentool script that comes with GNUstep.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]