From: Colin Patrick McCabe Date: Wed, 4 Jun 2014 22:01:46 +0000 (-0700) Subject: boon: make this script suitable for sourcing X-Git-Url: http://www.club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?p=cmccabe-bin;a=commitdiff_plain;h=8bf13e2866225e940d0095e755e554a8a4864774 boon: make this script suitable for sourcing Signed-off-by: Colin McCabe --- diff --git a/boon b/boon index 5305f24..7e1a5cd 100755 --- a/boon +++ b/boon @@ -32,8 +32,7 @@ while true; do if [ $FOUND_BOON -eq 0 ]; then die "Error: couldn't find .boon" else - # start a shell with our new environment - bash + exit 0 fi fi done