diff --git a/etc/pccard_ether b/etc/pccard_ether index 7ab5103c671..8a81d30119b 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -10,7 +10,7 @@ if [ -f /etc/sysconfig ]; then . /etc/sysconfig fi -if [ "x$pccard_ifconfig" = "xNO" ] ; then +if [ "x$pccard_ifconfig" != "xNO" ] ; then if [ "x$pccard_ifconfig" = "xDHCP" ] ; then # DHCP currently not implemented else