You need to sign in or sign up before continuing.
Commit 4781ff42 authored by Vitaly Lipatov's avatar Vitaly Lipatov

repl: fix get DISTRVERSION

parent 91cc8e12
......@@ -99,7 +99,7 @@ print_replbased_list()
{
local REPLBASE="$1"
# VENDOR, TARGET is already defined in detect_target_env() func
[ -z "$DISTRVERSION" ] && DISTRVERSION=`$($DISTRVENDOR -v)`
[ -z "$DISTRVERSION" ] && DISTRVERSION=$($DISTRVENDOR -v)
if [ $DEFAULTARCH = "x86_64" ] ; then
internal_repl_list $REPLBASE .x86_64
......
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