Commit 91e0cfef authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: fix

parent 5368e735
......@@ -359,7 +359,7 @@ echo "$DIST_OS"
get_uname_m()
{
uname -m | tr [:upper:] [:lower:] | tr -d " \t\r\n"
uname -m | tr "[:upper:]" "[:lower:]" | tr -d " \t\r\n"
}
get_arch()
......
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