From 5b7aa9233b1f05f3837e0a797e867fcc94b0a6ea Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 25 Nov 2016 11:26:20 +0100 Subject: Merging upstream version 20161125. Signed-off-by: Daniel Baumann --- lib/container/start | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/container/start') diff --git a/lib/container/start b/lib/container/start index 5191ae2..20d738e 100755 --- a/lib/container/start +++ b/lib/container/start @@ -28,10 +28,10 @@ SYSTEMCTL="true" Parameters () { - LONG_OPTIONS="name:,force,nspawn,start," - OPTIONS="n:f," + GETOPT_LONGOPTIONS="name:,force,nspawn,start," + GETOPT_OPTIONS="n:f," - 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 -- cgit v1.2.3