Fix empty case string in setup_networks.sh
authorAmitay Isaacs <amitay@gmail.com>
Wed, 8 May 2013 12:37:54 +0000 (22:37 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 9 May 2013 01:46:24 +0000 (11:46 +1000)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
host_setup/setup_networks.sh

index 7aae8a50a4d1666a47849bd998511b63173aa1c7..4e42f5124a4fd47c518249515bb4b8a281b4d2f6 100755 (executable)
@@ -30,7 +30,7 @@ gen_xml ()
 EOF
 
     case "$opts" in
-       nat|)
+       nat|"")
            cat <<EOF
   <forward mode='nat'/>
 EOF