From 5a3cfcf3d30757a6522a06c93fb762c915f65173 Mon Sep 17 00:00:00 2001 From: WXbet <57314510+WXbet@users.noreply.github.com> Date: Mon, 27 Jul 2020 19:24:18 +0200 Subject: [PATCH] Fix missing brackets --- support/functions/_cmd_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/functions/_cmd_build b/support/functions/_cmd_build index d81fbb7..c8435a8 100644 --- a/support/functions/_cmd_build +++ b/support/functions/_cmd_build @@ -126,13 +126,13 @@ _cmd_build(){ if [ ! "$CUSTOM_CONFDIR" == "not_set" ] then CONFDIR="$CUSTOM_CONFDIR" - cdtag="$r_lcustom CONF_DIR=$CONFDIR (via commandline)" + cdtag="${r_l}custom CONF_DIR=$CONFDIR (via commandline)" else oc_size=${#_oscamconfdir_custom} if [ "$oc_size" -gt "4" ] then CONFDIR="$_oscamconfdir_custom" - cdtag="$r_lcustom CONF_DIR=$CONFDIR (via toolchain.cfg)" + cdtag="${r_l}custom CONF_DIR=$CONFDIR (via toolchain.cfg)" else CONFDIR="$_oscamconfdir_default" cdtag="CONF_DIR=$CONFDIR"