summaryrefslogtreecommitdiff
path: root/osx_setup.sh
diff options
context:
space:
mode:
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
}