diff options
-rwxr-xr-x | etc/pccard_ether | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether index 90f1164..c3329d0 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -92,7 +92,7 @@ start_dhcp() { [ -n "$dhcp_program" ] && dhclient_program="$dhcp_program" [ -n "$dhcp_flags" ] && dhclient_flags="$dhcp_flags" if [ -x "${dhclient_program}" ]; then - interfaces=`echo $_dhcplist ${interface} | xargs -n 1 echo | sort -u ` + interfaces=`echo $_dhcplist ${interface} | xargs -n 1 echo | sort -u` ${dhclient_program} ${dhclient_flags} ${interfaces} else echo "${dhclient_program}: DHCP client software not available" |