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}"

not here
> -if [ $# -ne 0 ]; then
> +if [ $# -ne 2 ]; then


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

Reply via email to