commit | 895d67473854e89abf5834be66a79589de8c4b9e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 11 02:12:28 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Jul 11 02:12:28 2014 +0000 |
tree | a5a7ef015e197f1061ce05e91c56bd5b4db2dbc3 | |
parent | ad806908bb68a03d34bc0bda3ad83abe321021a1 [diff] | |
parent | 7a8420ec4a7d248028b0a922e2d947f2129b1fe7 [diff] |
am 7a8420ec: Merge "fix duplicated grep usage printing" * commit '7a8420ec4a7d248028b0a922e2d947f2129b1fe7': fix duplicated grep usage printing
diff --git a/toolbox/grep/grep.c b/toolbox/grep/grep.c index 7b2c487..7dc4bcc 100644 --- a/toolbox/grep/grep.c +++ b/toolbox/grep/grep.c
@@ -159,7 +159,6 @@ { fprintf(stderr, getstr(4), __progname); fprintf(stderr, "%s", getstr(5)); - fprintf(stderr, "%s", getstr(5)); fprintf(stderr, "%s", getstr(6)); fprintf(stderr, "%s", getstr(7)); exit(2);