diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cvs/cvs/convert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/cvs/convert.sh b/gnu/usr.bin/cvs/cvs/convert.sh index 94bbdcc..728e79f 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 |