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