Task environment received FORGEBUILD{CONF,DIR} not GITBUILD

This commit is contained in:
southerntofu 2020-12-01 18:18:12 +01:00
parent ddfb5ff36c
commit 07269b27d4
1 changed files with 1 additions and 1 deletions

View File

@ -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