[Debian GNUstep maintainers] Bug#282177: gnustep-app-wrapper
shell script errors
Eric Heintzmann
eric.h@no-log.org
Sat, 20 Nov 2004 14:57:55 +0100
On 2004-11-20 10:28:07 +0100 Matthias Klose <doko@cs.tu-berlin.de>
wrote:
> Package: gnustep-make
>
> $ Affiche /usr/bin/Affiche: line 7: [0: command not found
> /usr/bin/Affiche: line 8: [0: command not found
> 2004-11-20 10:24:17.000 Affiche[1716]
> spaces missing.
>
In /usr/bin/gnustep-app-wrapper ?
Yes I can see that now.
[`opentool gdomap -L GDNCServer | grep -c Found` = '0'] && opentool
gdnc
[`opentool gdomap -L GNUstepGSPasteboardServer | grep -c Found` = '0']
&& opentool gpbs
should be
[ `opentool gdomap -L GDNCServer | grep -c Found` = '0' ] && opentool
gdnc
[ `opentool gdomap -L GNUstepGSPasteboardServer | grep -c Found` = '0'
] && opentool gpbs
I don't remenber but I probably tested this in Debian menu only , not
in a terminal, sorry.
I'm going to prepare a new release.
Eric
P.S.
If somone has a better idea to speed up the launch of gnustep apps,
please speak now.