rodata cleanup. "unable to" == "cannot". -300 bytes
diff --git a/libbb/run_parts.c b/libbb/run_parts.c
index c1a45e3..fae9181 100644
--- a/libbb/run_parts.c
+++ b/libbb/run_parts.c
@@ -64,7 +64,7 @@
 		if (test_mode & 2) {
 			return(2);
 		}
-		bb_perror_msg_and_die("unable to open `%s'", arg0);
+		bb_perror_msg_and_die("cannot open '%s'", arg0);
 	}
 
 	for (i = 0; i < entries; i++) {