aboutsummaryrefslogtreecommitdiff
path: root/brunch/lib/commands/product/envsetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'brunch/lib/commands/product/envsetup.py')
-rw-r--r--brunch/lib/commands/product/envsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/brunch/lib/commands/product/envsetup.py b/brunch/lib/commands/product/envsetup.py
index 18dfd82..cce134b 100644
--- a/brunch/lib/commands/product/envsetup.py
+++ b/brunch/lib/commands/product/envsetup.py
@@ -51,3 +51,4 @@ class Envsetup(clicommand.Command):
else:
print 'Generating envsetup.sh . . .'
env.envsetup()
+ return 0