Skip to content

Instantly share code, notes, and snippets.

@TimToady
Created December 18, 2015 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TimToady/0b68b598b74df83e1eee to your computer and use it in GitHub Desktop.
Save TimToady/0b68b598b74df83e1eee to your computer and use it in GitHub Desktop.
--- 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