shithub: mc

Download patch

ref: a01eddc70c617c44a88e42813647275947907798
parent: 6f41b62328e1ba8de60d6057862e828801717555
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Mar 3 08:08:17 EST 2015

put 'delete' at start of line.

    Easier to skim what's going on.

--- a/install.myr
+++ b/install.myr
@@ -56,7 +56,7 @@
 
 	path = std.pathjoin([destdir, instdir, prefix, file][:])
 	if delete
-		std.put("\t%s deleted\n", path)
+		std.put("\tdelete %s\n", path)
 		if !std.remove(path)
 			std.put("\t\tno such file %s\n", file)
 		;;