summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-05-30 10:50:15 +0000
committerru <ru@FreeBSD.org>2000-05-30 10:50:15 +0000
commita28e94024db2ad4e3a0b1c51284f6d69575d7014 (patch)
treea1a52f6faa19c8f29b308dcde7b85c558e4e7f2d /gnu/usr.bin/grep
parent27503968d8ddbf2e407823c96e9e5184a6050818 (diff)
downloadFreeBSD-src-a28e94024db2ad4e3a0b1c51284f6d69575d7014.zip
FreeBSD-src-a28e94024db2ad4e3a0b1c51284f6d69575d7014.tar.gz
Restore backwards compatible -R option.
Broken in revision 1.17. Noticed by: hoek
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r--gnu/usr.bin/grep/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/grep.c b/gnu/usr.bin/grep/grep.c
index 9930db1..e021824 100644
--- a/gnu/usr.bin/grep/grep.c
+++ b/gnu/usr.bin/grep/grep.c
@@ -66,7 +66,7 @@ static int filename_mask;
/* Short options. */
static char const short_options[] =
-"0123456789A:B:C::EFGHIUVX:abcd:e:f:hiLlnqrsuvwxyZz";
+"0123456789A:B:C::EFGHIRUVX:abcd:e:f:hiLlnqrsuvwxyZz";
/* Non-boolean long options that have no corresponding short equivalents. */
enum
OpenPOWER on IntegriCloud