summaryrefslogtreecommitdiffstats
path: root/lib/container/create
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-11-25 10:26:20 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-11-25 10:26:25 +0000
commit5b7aa9233b1f05f3837e0a797e867fcc94b0a6ea (patch)
treead25da8c3b34eb8a3f51ac737244958b94159ad2 /lib/container/create
parentReleasing debian version 20161122-1. (diff)
downloadopen-infrastructure-compute-tools-5b7aa9233b1f05f3837e0a797e867fcc94b0a6ea.tar.xz
open-infrastructure-compute-tools-5b7aa9233b1f05f3837e0a797e867fcc94b0a6ea.zip
Merging upstream version 20161125.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lib/container/create')
-rwxr-xr-xlib/container/create6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/container/create b/lib/container/create
index cb51871..cd3a455 100755
--- a/lib/container/create
+++ b/lib/container/create
@@ -26,10 +26,10 @@ SCRIPTS="/usr/share/container-tools/scripts"
Parameters ()
{
- LONG_OPTIONS="name:,cnt.auto:,cnt.overlay:,bind:,capability:,drop-capability:script:,"
- OPTIONS="n:,b:,c:,d:,s:,"
+ GETOPT_LONGOPTIONS="name:,cnt.auto:,cnt.overlay:,bind:,capability:,drop-capability:script:,"
+ GETOPT_OPTIONS="n:,b:,c:,d:,s:,"
- PARAMETERS="$(getopt --longoptions ${LONG_OPTIONS} --name=${COMMAND} --options ${OPTIONS} --shell sh -- ${@})"
+ PARAMETERS="$(getopt --longoptions ${GETOPT_LONGOPTIONS} --name=${COMMAND} --options ${GETOPT_OPTIONS} --shell sh -- ${@})"
if [ "${?}" != "0" ]
then