From: Paul Eggert Date: Wed, 28 Jun 1995 01:47:55 +0000 (+0000) Subject: (CVSROOT, repository): Allow remote repositories a la CVS 1.4. X-Git-Tag: emacs-19.34~3451 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c49b2b754c0119eb74dac79a7c13ea5ec7b5856f;p=emacs.git (CVSROOT, repository): Allow remote repositories a la CVS 1.4. --- diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 3bcf5e9ace9..632b6679e3a 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -12,7 +12,7 @@ # Author: Paul Eggert -# $Id: rcs2log,v 1.22 1995/04/30 15:34:52 eggert Exp $ +# $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp $ # Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc. @@ -178,15 +178,23 @@ then else rlog='cvs log' repository=`sed 1q &2 "$0: $repository: bad repository (see CVS/Repository)" + exit 1 + fi esac - if test ! -d "$repository" - then - echo >&2 "$0: $repository: bad repository (see CVS/Repository)" - exit 1 - fi fi # With no arguments, examine all files under the RCS directory.