Browse Source
Update _cmd_build
fix bug cmdline -c=/path
pull/50/head
Gorgone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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)" |
|
|
|