Makefile: add pickrand
[cmccabe-bin] / boon
diff --git a/boon b/boon
index 5305f24..7e1a5cd 100755 (executable)
--- 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