From 6a0c1de213cb8475ee435ff216f4037080926378 Mon Sep 17 00:00:00 2001 From: kraai Date: Wed, 12 Jul 2000 17:02:35 +0000 Subject: Always report the applet name when doing error reporting. git-svn-id: svn://busybox.net/trunk/busybox@831 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- tr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tr.c') diff --git a/tr.c b/tr.c index 5a8116db0..293bbce6b 100644 --- a/tr.c +++ b/tr.c @@ -189,7 +189,7 @@ extern int tr_main(int argc, char **argv) complement(input); if (argv[index] != NULL) { if (*argv[index] == '\0') - fatalError("tr: STRING2 cannot be empty\n"); + fatalError("STRING2 cannot be empty\n"); expand(argv[index], output); map(input, output); } -- cgit v1.2.3-55-g6feb