X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=boon;h=7e1a5cda6ee9a9cd114d9524c4319f88069d3e78;hb=c643c5b764d6fd09aaf8708a8593ca944802ae1b;hp=5305f24ef2c3f9e459e3772d8d3a406d9e57727c;hpb=eb8b5888d022a011ed893da7c7e07c3d7db48cbe;p=cmccabe-bin 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