From e2ccbc05b6ed2696dd8d2d2134b2023c528e1b70 Mon Sep 17 00:00:00 2001 From: Devendra Date: Wed, 30 Apr 2014 00:59:26 +0530 Subject: fixing start script for osx --- python/examples/start-console.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/examples') diff --git a/python/examples/start-console.sh b/python/examples/start-console.sh index e842427..2df3f77 100644 --- a/python/examples/start-console.sh +++ b/python/examples/start-console.sh @@ -9,8 +9,8 @@ set PYTHONPATH=../.. screen -X -S pubnub-console quit 2>&1 > /dev/null OS="`uname`" case $OS in - 'darwin') + [dD]'arwin') screen -c config_osx ;; - *) screen -c config;; + *) screen -c config ;; esac -- cgit v1.2.3