Unverified Commit 04c4ceba by Stéphane Graber Committed by GitHub

Merge pull request #1914 from flx42/lxc-oci-fix-url-long-option

lxc-oci: correctly handle --url
parents c3b3643a 960f15bf
...@@ -118,7 +118,7 @@ EOF ...@@ -118,7 +118,7 @@ EOF
return 0 return 0
} }
options=$(getopt -o u:h -l help,name:,path:,\ options=$(getopt -o u:h -l help,url:,name:,path:,\
rootfs:,mapped-uid:,mapped-gid: -- "$@") rootfs:,mapped-uid:,mapped-gid: -- "$@")
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
......
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