Commit a2786f3a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-sh-functions: disable broken eget output

parent 2553eeab
......@@ -378,7 +378,8 @@ eget()
return
fi
assure_exists eget
# FIXME: we need disable output here, eget can be used for get output
assure_exists eget >/dev/null
# run external command, not the function
EGET=$(which eget) || fatal "Missed command eget from installed package eget"
$EGET "$@"
......
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