X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=boon;h=7e1a5cda6ee9a9cd114d9524c4319f88069d3e78;hb=ef5d2578315c704cc7fb722ae4dedf1d41ee4239;hp=7faa332c310c7b9b69d9b4d469c7142249000f2b;hpb=89bf1b08bbb45fa55d37d708f5aacbbdf2bc7885;p=cmccabe-bin diff --git a/boon b/boon index 7faa332..7e1a5cd 100755 --- a/boon +++ b/boon @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # 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