diff options
| author | Paul Eggert | 1996-10-12 17:24:45 +0000 |
|---|---|---|
| committer | Paul Eggert | 1996-10-12 17:24:45 +0000 |
| commit | 30fc6c655c4046ccb8b4a6d5a06a6198c842f25b (patch) | |
| tree | 69f8a67d803d6a64de461cf7c3a0b5873f331602 /lib-src | |
| parent | be9345cf6f4477fa4a92a95d00e586cc603ba848 (diff) | |
| download | emacs-30fc6c655c4046ccb8b4a6d5a06a6198c842f25b.tar.gz emacs-30fc6c655c4046ccb8b4a6d5a06a6198c842f25b.zip | |
(rlog_options): Look for ' option' rather than 'unknown option',
since CVS says 'invalid option'.
Diffstat (limited to 'lib-src')
| -rwxr-xr-x | lib-src/rcs2log | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index f72527c4b88..a2a9fced295 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | # Author: Paul Eggert <eggert@twinsun.com> | 13 | # Author: Paul Eggert <eggert@twinsun.com> |
| 14 | 14 | ||
| 15 | # $Id: rcs2log,v 1.31 1996/09/25 09:53:56 eggert Exp eggert $ | 15 | # $Id: rcs2log,v 1.32 1996/09/30 22:15:13 eggert Exp eggert $ |
| 16 | 16 | ||
| 17 | # Copyright 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. | 17 | # Copyright 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. |
| 18 | 18 | ||
| @@ -199,7 +199,7 @@ fi | |||
| 199 | 199 | ||
| 200 | # Use $rlog's -zLT option, if $rlog supports it. | 200 | # Use $rlog's -zLT option, if $rlog supports it. |
| 201 | case `$rlog -zLT 2>&1` in | 201 | case `$rlog -zLT 2>&1` in |
| 202 | *'unknown option'*) ;; | 202 | *' option'*) ;; |
| 203 | *) rlog_options=-zLT$nl$rlog_options | 203 | *) rlog_options=-zLT$nl$rlog_options |
| 204 | esac | 204 | esac |
| 205 | 205 | ||