From bca9fa39379917794723a547e759c07f66210d78 Mon Sep 17 00:00:00 2001 From: Gorgone Date: Mon, 28 Sep 2020 16:31:55 +0200 Subject: [PATCH] Update _cmd_build fix bug cmdline -c=/path --- support/functions/_cmd_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/functions/_cmd_build b/support/functions/_cmd_build index b0cb06c..87f04a5 100644 --- a/support/functions/_cmd_build +++ b/support/functions/_cmd_build @@ -134,7 +134,8 @@ elif [ ${#_oscamconfdir_custom} -gt 4 ]; then CONFDIR="$_oscamconfdir_custom" cdtag="${r_l}custom CONF_DIR=$CONFDIR (via toolchain.cfg)" -elif [ ${#CUSTOM_CONFDIR} -gt 4 ]; +fi +if [ ${#CUSTOM_CONFDIR} -gt 4 ]; then CONFDIR="$CUSTOM_CONFDIR" cdtag="${r_l}custom CONF_DIR=$CONFDIR (via commandline)"