diff options
| author | Devendra | 2014-04-30 00:59:26 +0530 | 
|---|---|---|
| committer | Devendra | 2014-04-30 00:59:26 +0530 | 
| commit | e2ccbc05b6ed2696dd8d2d2134b2023c528e1b70 (patch) | |
| tree | 4f337349e2fd7d973498a6b8b7879d144e20c183 | |
| parent | 8395a9a3922e345608aa1e49b4aa27b9d5927a0d (diff) | |
| download | pubnub-python-e2ccbc05b6ed2696dd8d2d2134b2023c528e1b70.tar.bz2 | |
fixing start script for osx
| -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 | 
