From c049867c42ad4766811147f99036e2b3c30185f8 Mon Sep 17 00:00:00 2001 From: Jon Newson Date: Sun, 6 Mar 2016 16:45:54 +1100 Subject: Issue #624 - detect osx shell --- osx_setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'osx_setup.sh') 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 } -- cgit v1.2.3