From a5bd8da40b7e0342be3542b79da61b6a4e2cc7a7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 25 Nov 2016 11:25:53 +0100 Subject: Adding upstream version 20161125. Signed-off-by: Daniel Baumann --- lib/container/console | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/container/console') diff --git a/lib/container/console b/lib/container/console index 84c561d..ab3dfaf 100755 --- a/lib/container/console +++ b/lib/container/console @@ -24,10 +24,10 @@ MACHINES="/var/lib/machines" Parameters () { - LONG_OPTIONS="name:," - OPTIONS="n:," + GETOPT_LONGOPTIONS="name:," + GETOPT_OPTIONS="n:," - 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