summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--envsetup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh
index e2d9d13..92b7898 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -256,6 +256,10 @@ function settitle()
function addcompletions()
{
+ if [ "$(uname)" = "Darwin" ] ; then
+ return
+ fi
+
local T dir f
# Keep us from trying to run in something that isn't bash.