Commit eb4cd296 by Michael Adam Committed by Serge Hallyn

lxc-opensuse: fix parsing of option "--clean": it takes no argument

parent 11116742
......@@ -404,7 +404,7 @@ do
--rootfs) rootfs=$2; shift 2;;
-n|--name) name=$2; shift 2;;
-r|--release) DISTRO=$2; shift 2;;
-c|--clean) clean=$2; shift 2;;
-c|--clean) clean=1; shift 1;;
--) shift 1; break ;;
*) break ;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment