aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rwxr-xr-xlib-src/rcs-checkin2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin
index 7b894eac83d..3f41d48b0da 100755
--- a/lib-src/rcs-checkin
+++ b/lib-src/rcs-checkin
@@ -44,7 +44,7 @@ do
44 test -f "$file" || continue 44 test -f "$file" || continue
45 45
46 # Check that file is readable. 46 # Check that file is readable.
47 <$file || exit 47 test -r "$file" || exit
48 48
49 # If the RCS file does not already exist, 49 # If the RCS file does not already exist,
50 # initialize it with a description from $file's first line. 50 # initialize it with a description from $file's first line.