On Mon, May 25, 2009 at 04:39:13PM +0200, Julien Danjou <[email protected]> wrote:
> At 1242840124 time_t, Mike Hommey wrote:
> > Before upgrading, I could run a command such as:
> > MOZILLA_DISABLE_PLUGINS=1 iceweasel
> > on the "Run:" command line that pops up when hitting mod4-F1 (which
> > surprisingly changed to mod4-r), which suggests commands ran through
> > "sh -c", which they apparently don't anymore. I think this is an
> > unfortunate regression.
> 
> It's not a regression, this was necessary in order to get
> error report of starting correctly.

What kind of error report isn't possible with sh ?
$ sh -c plop
sh: plop: command not found
$ echo $?
127
$ sh -c false
$ echo $?
1

Mike



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to