summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1996-10-12 17:24:45 +0000
committerPaul Eggert <eggert@twinsun.com>1996-10-12 17:24:45 +0000
commitc192dd4491281e7404da11d5cddf067374fc544e (patch)
tree60fa77610695ae141e2e88f8a037361c63790d4b
parent63bc3ab1958830b1f3eb4dcee0bd89c6ea819b2e (diff)
downloademacs-c192dd4491281e7404da11d5cddf067374fc544e.tar.gz
(rlog_options): Look for ' option' rather than 'unknown option',
since CVS says 'invalid option'.
-rw-r--r--lib-src/=rcs2log4
-rwxr-xr-xlib-src/rcs2log4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/=rcs2log b/lib-src/=rcs2log
index f72527c4b88..a2a9fced295 100644
--- a/lib-src/=rcs2log
+++ b/lib-src/=rcs2log
@@ -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 @@ 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
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 <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 @@ 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