summaryrefslogtreecommitdiff
path: root/osx_setup.sh
diff options
context:
space:
mode:
authorJon Newson <jon_newson@ieee.org>2016-03-06 16:45:54 +1100
committerJon Newson <jon_newson@ieee.org>2016-03-06 16:46:24 +1100
commitc049867c42ad4766811147f99036e2b3c30185f8 (patch)
treee7a6c1ea822a485b2038073e545c77e0bd4e99dd /osx_setup.sh
parentfe36ba50dd73553525aaff88e69e83e6855f3a98 (diff)
Issue #624 - detect osx shell
Diffstat (limited to 'osx_setup.sh')
-rwxr-xr-xosx_setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/osx_setup.sh b/osx_setup.sh
index ad330f18..60c4aa35 100755
--- a/osx_setup.sh
+++ b/osx_setup.sh
@@ -22,7 +22,9 @@ function current_shell {
echo ~/.profile
;;
-
+ *)
+ echo "Your shell isn't supported yet!"
+ ;;
#Other shells can go here
esac
}