From 81acb39ad61fd87fe2b689579f740b0b9480dc1a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 7 Mar 2011 13:56:29 +0100 Subject: [PATCH] explorer/os: add support for solaris Signed-off-by: Nico Schottelius --- conf/explorer/os | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/explorer/os b/conf/explorer/os index fc8531e8..31d5e0a9 100755 --- a/conf/explorer/os +++ b/conf/explorer/os @@ -72,6 +72,10 @@ case "$uname_s" in echo openbsd exit 0 ;; + SunOS) + echo solaris + exit 0 + ;; esac echo "Unknown OS" >&2