diff options
Diffstat (limited to 'python/examples')
| -rw-r--r-- | python/examples/start-console.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
