From 821271cef837f6bfa572aa2426c8f2a5bb05f3c7 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Sun, 24 Dec 1995 00:23:28 +0000 Subject: [PATCH] Fix the convert to 'death-support' script to work with un-modified RCS sources. --- gnu/usr.bin/cvs/cvs/convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cvs/cvs/convert.sh b/gnu/usr.bin/cvs/cvs/convert.sh index 94bbdcc8b551..728e79feaf6c 100644 --- a/gnu/usr.bin/cvs/cvs/convert.sh +++ b/gnu/usr.bin/cvs/cvs/convert.sh @@ -23,6 +23,6 @@ for i in ${attics} ; do echo $j cp $j $i/SAVE co -l $j - ci -K -m"recording file death" $j + ci -f -sdead -m"recording file death" $j done done