changeset 16433:63dc01de1823

(rlog_options): Look for ' option' rather than 'unknown option', since CVS says 'invalid option'.
author Paul Eggert <eggert@twinsun.com>
date Sat, 12 Oct 1996 17:24:45 +0000
parents 6f58503776e5
children e46fcec4629d
files lib-src/=rcs2log lib-src/rcs2log
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/=rcs2log	Sat Oct 12 16:10:09 1996 +0000
+++ b/lib-src/=rcs2log	Sat Oct 12 17:24:45 1996 +0000
@@ -12,7 +12,7 @@
 
 # Author: Paul Eggert <eggert@twinsun.com>
 
-# $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 @@
 
 # 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
 
--- a/lib-src/rcs2log	Sat Oct 12 16:10:09 1996 +0000
+++ b/lib-src/rcs2log	Sat Oct 12 17:24:45 1996 +0000
@@ -12,7 +12,7 @@
 
 # Author: Paul Eggert <eggert@twinsun.com>
 
-# $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 @@
 
 # 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