summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1997-05-13 22:44:08 +0000
committerPaul Eggert <eggert@twinsun.com>1997-05-13 22:44:08 +0000
commitdc2d79bff8d01aceb7f30a113295ac3c824e58bc (patch)
tree433862fbdecd110217ed6cd55bd4d39cebc35c64 /lib-src
parent3d47e615c95cd9f8529477066ec8f769a11f2aa0 (diff)
downloademacs-dc2d79bff8d01aceb7f30a113295ac3c824e58bc.tar.gz
(files): When computing arguments automatically, ignore non-files
within the RCS subdirectory.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/=rcs2log6
-rwxr-xr-xlib-src/rcs2log6
2 files changed, 8 insertions, 4 deletions
diff --git a/lib-src/=rcs2log b/lib-src/=rcs2log
index d6abdeb0d0b..ded43536deb 100644
--- a/lib-src/=rcs2log
+++ b/lib-src/=rcs2log
@@ -28,7 +28,7 @@ Options:
Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.'
-Id='$Id: rcs2log,v 1.39 1997/05/11 18:43:55 eggert Exp eggert $'
+Id='$Id: rcs2log,v 1.40 1997/05/11 20:02:32 eggert Exp eggert $'
# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -281,7 +281,9 @@ case $# in
case $file in
RCS/. | RCS/.. | RCS/,*, | RCS/*_) continue;;
RCS/.rcsfreeze.log | RCS/.rcsfreeze.ver) continue;;
- RCS/.\* | RCS/\* | .\*,v | \*,v) test -f "$file" || continue
+ RCS/.\* | RCS/\* | .\*,v | \*,v) test -f "$file" || continue;;
+ RCS/*,v | RCS/.*,v) ;;
+ RCS/* | RCS/.*) test -f "$file" || continue
esac
case $files in
'') files=$file;;
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index d6abdeb0d0b..ded43536deb 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -28,7 +28,7 @@ Options:
Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.'
-Id='$Id: rcs2log,v 1.39 1997/05/11 18:43:55 eggert Exp eggert $'
+Id='$Id: rcs2log,v 1.40 1997/05/11 20:02:32 eggert Exp eggert $'
# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -281,7 +281,9 @@ case $# in
case $file in
RCS/. | RCS/.. | RCS/,*, | RCS/*_) continue;;
RCS/.rcsfreeze.log | RCS/.rcsfreeze.ver) continue;;
- RCS/.\* | RCS/\* | .\*,v | \*,v) test -f "$file" || continue
+ RCS/.\* | RCS/\* | .\*,v | \*,v) test -f "$file" || continue;;
+ RCS/*,v | RCS/.*,v) ;;
+ RCS/* | RCS/.*) test -f "$file" || continue
esac
case $files in
'') files=$file;;