Skip to content
Snippets Groups Projects
Commit 8be7988c authored by Raymond Toy's avatar Raymond Toy
Browse files

Set lvshort to solaris too if lisp_variant=sparc*.

parent 7e2a98ee
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ uname_m=`uname -m 2>/dev/null`
case $lisp_variant in
*linux*) lvshort=linux;;
*freebsd*) lvshort=freebsd;;
*solaris*) lvshort=solaris;;
*solaris*|sparc*) lvshort=solaris;;
*) lvshort=unknown;;
esac
......
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