From: Daniel Hokka Zakrisson Date: Fri, 24 Nov 2006 15:20:42 +0000 (+0000) Subject: Call vserver-build with --debug too, if it was specified. X-Git-Tag: release-0.30.212~24 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab7e85d5cb4b25198409c6fdfc9d8195cbfaac8c;p=util-vserver.git Call vserver-build with --debug too, if it was specified. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2399 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/scripts/vserver b/scripts/vserver index 2895098..74e1da2 100755 --- a/scripts/vserver +++ b/scripts/vserver @@ -153,7 +153,8 @@ SELF=( "$0" "${OPTION_ALL[@]}" ) vserver=$1 cmd=$2 -test "$cmd" != build || { shift 2; exec $_VNAMESPACE --new -- "$_VSERVER_BUILD" -n "$vserver" "$@"; } +test "$cmd" != build || { shift 2; exec $_VNAMESPACE --new -- + "$_VSERVER_BUILD" $OPTION_DEBUG -n "$vserver" "$@"; } allow_legacy=