shithub: mc

Download patch

ref: 2ee462f064723759f17fc7e048c724e823b5cc41
parent: 888092f5ced7d7e9b131e6131d74104fbc545f17
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jan 3 21:02:58 EST 2015

Don't give confusing warning errors.

    Silence is better than giving an incorrect/incomplete search
    directory.

--- a/deps.myr
+++ b/deps.myr
@@ -227,7 +227,7 @@
 	| `std.None:
 		/* nothing */
 	;;
-	std.fatal(1, "could not find library %s in %s\n", lib, path)
+	std.fatal(1, "could not find library %s.\n", lib)
 }
 
 const depname = {deps, ln