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
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
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
3 matches
Mail list logo