From bfc67af5e71a119cdb9ea5c77da01b3f42c7b548 Mon Sep 17 00:00:00 2001 From: "mauro.giachero" Date: Mon, 12 Oct 2009 13:29:37 +0000 Subject: [PATCH] Declare ALLOW_MULTI among global variables. Signed-off-by: Mauro Giachero --- src/usr/sbin/sbopkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index af824a6..c02855e 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -2047,6 +2047,7 @@ view_queue() { add_all_to_queue() { # This function adds all currently installed repo packages to the # build queue. + local SBOPKGLIST=$SBOPKGTMP/sbopkg_pkglist local USERQUEUE_LOCK=$SBOPKGTMP/sbopkg_user_queue.lck local TMPQUEUE_BACKUP=$SBOPKGTMP/sbopkg_addall_backup @@ -4119,6 +4120,7 @@ unset REPO_DIR # Active branch's directory unset REPO_GPG # Active branch's GPG checking unset CLEANUP # If set, delete the sources & c. after the build unset KEEPLOG # If set, keep a permanent build log +unset ALLOW_MULTI # If set, allow more that one instance of sbopkg running unset BUILD BFLAG IFLAG CHK_UPDATES GENSEARCH CHANGELOG OBSOLETESRC GETPKGS unset RSYNC SEARCH UPDATE VERSION CUSTOMVER SKIP_INSTALLED