Commit ef53625f by Stéphane Graber

lxc-debian: Don't eat the argument after -c

parent 0cd97e96
......@@ -361,7 +361,7 @@ do
-a|--arch) arch=$2; shift 2;;
-r|--release) release=$2; shift 2;;
-n|--name) name=$2; shift 2;;
-c|--clean) clean=$2; shift 2;;
-c|--clean) clean=$2; 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