|
From: | Adam Fedor |
Subject: | Re: openapp woes in Debian unstable? |
Date: | Thu, 06 Oct 2005 15:48:57 -0600 |
#! /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 gdnctool=$(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.
[Prev in Thread] | Current Thread | [Next in Thread] |