Skip to content
Snippets Groups Projects
Commit 40cc12f7 authored by agoncharov's avatar agoncharov
Browse files

Fix a typo.

parent 0fea65ae
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ def_arch_os () {
uname_r=`uname -r`
case $uname_r in
5.*) rel=`echo $uname_r | sed 's/5\.//'`;;
*) rel=$uname;;
*) rel=$uname_r;;
esac
OS=solaris$rel
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment