Browse Source

Update _cmd_build

fix bug cmdline -c=/path
pull/50/head
Gorgone 4 years ago
committed by GitHub
parent
commit
bca9fa3937
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      support/functions/_cmd_build

3
support/functions/_cmd_build

@ -134,7 +134,8 @@ elif [ ${#_oscamconfdir_custom} -gt 4 ];
then then
CONFDIR="$_oscamconfdir_custom" CONFDIR="$_oscamconfdir_custom"
cdtag="${r_l}custom CONF_DIR=$CONFDIR (via toolchain.cfg)" cdtag="${r_l}custom CONF_DIR=$CONFDIR (via toolchain.cfg)"
elif [ ${#CUSTOM_CONFDIR} -gt 4 ]; fi
if [ ${#CUSTOM_CONFDIR} -gt 4 ];
then then
CONFDIR="$CUSTOM_CONFDIR" CONFDIR="$CUSTOM_CONFDIR"
cdtag="${r_l}custom CONF_DIR=$CONFDIR (via commandline)" cdtag="${r_l}custom CONF_DIR=$CONFDIR (via commandline)"

Loading…
Cancel
Save