- Subject: Re: jed/xjed launch script?
- From: Igor Homyakov <homyakov@xxxxxxxxxxxx>
- Date: Wed, 18 Feb 2004 11:44:00 +0300
cat ~/bin/run_jed
#!/bin/sh
if [ x$DISPLAY != x ]; then
exec xjed $*
else
exec jed $*
fi
Bob Bernstein said the following on 18.02.2004 11:00:
> On Wed, Feb 18, 2004 at 07:39:30AM +0100, Guido Gonzato wrote:
>
>
>>if [ -z $DISPLAY ] ; then jed; else xjed; fi
>
>
> In the console, I get a 'jed: cannot vfork' error message.
>
> Hmmm.....
>
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2004 date index]
[2004 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]