From 058998c5b93de2d68ca7f915a8e9bb5cf9f0cfc4 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Tue, 8 Jul 2014 13:18:29 +0200 Subject: ifup,vlan: fix typo --- sysconfig/network-scripts/ifup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 910b1051..189fcce7 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -72,7 +72,7 @@ fi # Ethernet 802.1Q VLAN support if [ "${VLAN}" = "yes" ] && [ "$ISALIAS" = "no" ] && [ -n $DEVICE ]; then - if [ -n ${VID} ]; then + if [ -n "${VID}" ]; then if test -z "$PHYSDEV"; then net_log $"PHYSDEV should be set for device ${DEVICE}" exit 1 -- cgit v1.2.1