From 07269b27d4697f2e0af2bb8a2558a78f04cd883b Mon Sep 17 00:00:00 2001 From: southerntofu Date: Tue, 1 Dec 2020 18:18:12 +0100 Subject: [PATCH] Task environment received FORGEBUILD{CONF,DIR} not GITBUILD --- forgebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgebuild.sh b/forgebuild.sh index 5f3fd3d..b1c328c 100755 --- a/forgebuild.sh +++ b/forgebuild.sh @@ -255,7 +255,7 @@ run() { i18n_task="$p_name" info run # Run in background and redirect output to $p_name.log #(GITBUILDCONF="$CONFDIR" GITBUILDDIR="$BASEDIR" nohup $BASEDIR/$p_name $p_name > $BASEDIR/$p_name.log 2>&1) & - GITBUILDCONF="$CONFDIR" GITBUILDDIR="$BASEDIR" $BASEDIR/$p_name $p_name > $BASEDIR/$p_name.log 2>&1 + FORGEBUILDCONF="$CONFDIR" FORGEBUILDDIR="$BASEDIR" $BASEDIR/$p_name $p_name > $BASEDIR/$p_name.log 2>&1 } # Overriden by -f/--force to force rebuild when no update is available