summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-04-15 11:18:23 -0700
committerKoushik Dutta <koush@koushikdutta.com>2013-04-15 11:18:23 -0700
commit061dd2c12d07543b1888fba8698d091c374fb98d (patch)
tree9041e490b219e4c5399e70511f0d3ccf0bb2fa6b
parentd9fd6ebecf686b872b09bf8e25d66aa593a63cb7 (diff)
downloadbuild-061dd2c12d07543b1888fba8698d091c374fb98d.zip
build-061dd2c12d07543b1888fba8698d091c374fb98d.tar.gz
build-061dd2c12d07543b1888fba8698d091c374fb98d.tar.bz2
The bash completion stuff is crapping out on darwin. Disabling.
Let me know if I am doing something wrong. Change-Id: I6f61f869140b26db0a119617b353e0952eeaebeb
-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.