Commit 26334f79 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix set_binary_repo (call detect_target_env if set binary repo with -b)

parent b445a4ef
......@@ -64,6 +64,8 @@ set_binaryrepo()
BINARYREPO="$BINARYREPONAME"
MENV="$(get_altdistr_mod $BINARYREPO)"
MENVARG="-$MENV"
# already was in parse_cmd_pre, but call in again for refill with updated $MENV
detect_target_env
return
fi
test -z "$1" && return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment