View | Details | Raw Unified | Return to bug 19745
Collapse All | Expand All

(-)sccs2rcs.csh (-1 / +1 lines)
Lines 69-75 Link Here
69
if (-d RCS) then
69
if (-d RCS) then
70
    echo "Warning: RCS directory exists"
70
    echo "Warning: RCS directory exists"
71
    if (`ls -a RCS | wc -l` > 2) then
71
    if (`ls -a RCS | wc -l` > 2) then
72
        echo "Error: RCS directory not empty
72
        echo "Error: RCS directory not empty"
73
        exit 1
73
        exit 1
74
    endif
74
    endif
75
else
75
else

Return to bug 19745