Package: live-initramfs
Version: 1.236.2-1
Severity: normal
User: [email protected]
Usertags: origin-ubuntu maverick

The Arguments function contains this code:

                        ethdevice=*)
                                DEVICE="${ARGUMENT#ethdevice=}"
                                export DEVICE
                                ;;

                        ethdevice=*)
                                ETHDEVICE="${ARGUMENT#ethdevice=}"
                                export ETHDEVICE
                                ;;

Only the first pattern will be matched.  The second is therefore
unreachable code.

-- 
Colin Watson                                       [[email protected]]



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to