--- rakudobrew.bad 2015-12-18 14:28:24.903157342 -0800 +++ rakudobrew 2015-12-18 14:29:04.107158046 -0800 @@ -417,8 +417,7 @@ run("$make $command"); } else { - say STDERR "Couldn't determine correct make program. Aborting."; - exit 1; + run("make $command"); } }