From 4e4e53aebd4a1d2ed7ee78d1d89ea866ea3155c0 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Mon, 7 Mar 2011 14:25:35 +0100
Subject: [PATCH] +;; (esac)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 conf/explorer/os | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/explorer/os b/conf/explorer/os
index 31d5e0a9..f7481193 100755
--- a/conf/explorer/os
+++ b/conf/explorer/os
@@ -60,6 +60,7 @@ case "$uname_s" in
    Darwin)
       echo macosx
       exit 0
+   ;;
    NetBSD)
       echo netbsd
       exit 0