Commit 8634f1a9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-assure: fix for existing path checking

parent b136ac31
......@@ -75,7 +75,7 @@ __epm_assure_checking()
fi
[ -n "$PACKAGE" ] || fatal "You need run with package name param when use with absolute path"
return 0
return 1
fi
if __check_command_in_path "$CMD" >/dev/null ; then
......
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