explorer/os: add support for solaris

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-07 13:56:29 +01:00
parent e896fc6d4e
commit 81acb39ad6
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ case "$uname_s" in
echo openbsd
exit 0
;;
SunOS)
echo solaris
exit 0
;;
esac
echo "Unknown OS" >&2