From: Paul Eggert Date: Sat, 12 Oct 1996 17:24:45 +0000 (+0000) Subject: (rlog_options): Look for ' option' rather than 'unknown option', X-Git-Tag: emacs-20.1~3511 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30fc6c655c4046ccb8b4a6d5a06a6198c842f25b;p=emacs.git (rlog_options): Look for ' option' rather than 'unknown option', since CVS says 'invalid option'. --- 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 @@ # Author: Paul Eggert -# $Id: rcs2log,v 1.31 1996/09/25 09:53:56 eggert Exp eggert $ +# $Id: rcs2log,v 1.32 1996/09/30 22:15:13 eggert Exp eggert $ # Copyright 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. @@ -199,7 +199,7 @@ fi # Use $rlog's -zLT option, if $rlog supports it. case `$rlog -zLT 2>&1` in -*'unknown option'*) ;; +*' option'*) ;; *) rlog_options=-zLT$nl$rlog_options esac