From c137f8fcf55c0ccdb7bdb078ac10dc34240bab23 Mon Sep 17 00:00:00 2001 From: Benedikt Boehm Date: Sun, 14 Jan 2007 12:30:02 +0000 Subject: [PATCH] fix missing world target in vupdateworld git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2452 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- scripts/vupdateworld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vupdateworld b/scripts/vupdateworld index 4a7acdc..ee5f202 100755 --- a/scripts/vupdateworld +++ b/scripts/vupdateworld @@ -70,4 +70,4 @@ VSOMETHING_PKGMGMT=1 export VSOMETHING_TITLE VSOMETHING_PKGMGMT test ${#vsomething_opts[@]} -eq 0 || vsomething_opts=( "${vsomething_opts[@]}" -- ) -exec $_VSOMETHING "${send_through[@]}" emerge "${vsomething_opts[@]}" --update --deep --newuse "$@" +exec $_VSOMETHING "${send_through[@]}" emerge "${vsomething_opts[@]}" world --update --deep --newuse "$@" -- 1.8.1.5