Upgraded to gcc-4.5.1
[hvlinux.git] / stage2 / bootscripts / ifup
index 7f7d15f..7fb88d3 100755 (executable)
@@ -24,7 +24,7 @@ check_brctl()
 }
 
 # Determining if the interface is a bridge:
-if [ "x${BRIDGE}" == "xyes" ]; then
+if [ "x${BRIDGE}" = "xyes" ]; then
     check_brctl
     cmd_run_log ${BRCTL} addbr ${1} &&
     cmd_run_log ${BRCTL} stp ${1} off || exit 1