Bug#366129: firefox: MOZ_NO_REMOTE workaround for profile options does not work

2006-07-19 Thread Daniel Jacobowitz
On Tue, Jul 11, 2006 at 01:43:04AM -0400, Eric Dorland wrote: > > That's never going to trigger. When the argument was received it was stored > > in prev, and later it was processed from prev. It will never reach the > > elif. > > Ok, well that problem should be fixed in the latest upload. Yes

Bug#366129: firefox: MOZ_NO_REMOTE workaround for profile options does not work

2006-07-10 Thread Eric Dorland
Hi Daniel, * Daniel Jacobowitz ([EMAIL PROTECTED]) wrote: > Package: firefox > Version: 1.5.dfsg+1.5.0.3-2 > Severity: normal > > This is related to the fix for bug #344849. > > First: > > case "${arg}" in > -P | -CreateProfile) > prev=${arg} > continue

Bug#366129: firefox: MOZ_NO_REMOTE workaround for profile options does not work

2006-05-05 Thread Daniel Jacobowitz
Package: firefox Version: 1.5.dfsg+1.5.0.3-2 Severity: normal This is related to the fix for bug #344849. First: case "${arg}" in -P | -CreateProfile) prev=${arg} continue ;; esac Then: if [ "${prev}" ]; then case "${prev}" in