Commit 0290ef83 authored by Vitaly Lipatov's avatar Vitaly Lipatov

improve is_alt

parent fd825c2e
......@@ -7,8 +7,7 @@ load_mod git hasher
is_alt()
{
test -f /etc/altlinux-release
return $?
[ "$($DISTRVENDOR -s)" = "alt" ]
}
# Internal
......
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