From: Marco Amadori Date: Wed, 7 Jul 2010 09:39:12 +0000 (+0200) Subject: Removing unreachable code in ethdevice argument handling (Closes: #588307). X-Git-Tag: debian/2.0_a12-1~3 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=4b9610afefe6bf1be7a30593646530819b353a7d Removing unreachable code in ethdevice argument handling (Closes: #588307). --- diff --git a/scripts/live b/scripts/live index 3a6094f..11ad984 100755 --- a/scripts/live +++ b/scripts/live @@ -88,12 +88,8 @@ Arguments () ethdevice=*) DEVICE="${ARGUMENT#ethdevice=}" - export DEVICE - ;; - - ethdevice=*) - ETHDEVICE="${ARGUMENT#ethdevice=}" - export ETHDEVICE + ETHDEVICE="${DEVICE}" + export DEVICE ETHDEVICE ;; ethdevice-timeout=*)