Created
December 18, 2015 22:30
-
-
Save TimToady/0b68b598b74df83e1eee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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"); | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment