Commit ce6e3f9a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm ei: fix checking for interactive mode

parent 5ce413d7
......@@ -48,8 +48,8 @@ __epm_korinf_list() {
__epm_korinf_install() {
# skip interactive for install eepm from stdin
if inputisatty && [ -n "$PROGDIR" ] && [ "$1" != "eepm" ] ; then
# enable interactive for install eepm from console
if inputisatty && [ -n "$PROGDIR" ] && [ "$1" = "eepm" ] ; then
[ -n "$non_interactive" ] || interactive="--interactive"
fi
......
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