From 68fb1d466b4dce1f0a8806adfe750d5948234906 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/rename | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/container/rename') diff --git a/lib/container/rename b/lib/container/rename index 2d27615..467d687 100755 --- a/lib/container/rename +++ b/lib/container/rename @@ -25,10 +25,10 @@ MACHINES="/var/lib/machines" Parameters () { - LONG_OPTIONS="force,new:,old:," - OPTIONS="f,n:,o:," + GETOPT_LONGOPTIONS="force,new:,old:," + GETOPT_OPTIONS="f,n:,o:," - 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