commit | 89f0b3486dfea233e6000f9af95b39a3ea7fd96e | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sat Nov 18 22:04:09 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sat Nov 18 22:04:09 2006 +0000 |
tree | fc0d65e0d33b5b526b0d44d4c4da8143be3b53b1 | |
parent | 61126ab30a90b74e45a79ccb97074ab71afa6054 [diff] [blame] |
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++) {