On Tue, Feb 27, 2007 at 01:41:47PM +0100, Mike Hommey wrote:
> On Tue, Feb 27, 2007 at 09:16:43PM +0900, Jonny wrote:
> > I don't understand, either.
> > 
> > The output of "set -x":
> (...)
> > + set -- -a firefox
> (...)
> > + exec_verbose /usr/lib/iceweasel/firefox-bin firefox
> > + verbose Running: /usr/lib/iceweasel/firefox-bin firefox
> > + [  ]
> > + exec /usr/lib/iceweasel/firefox-bin firefox
> (...)
> 
> Obviously the problem is here
> >  set -- "$@" "-a" "${APPLICATION_ID}"

BTW, Eric, I fail to understand why you added these --. To prevent problems
when the first argument begins with a dash ? This was already prevented by
this:
if [ ${first} -eq 1 ]; then
    set dummy
    first=0
fi

Mike


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

Reply via email to