Hi,
I've come a cropper on a Y2K bug in sccs2rcs.csh. Here's the diffs
(new,old) for a fix:
180c180
< set date = `sccs prs -r$rev $file | grep "^D " | awk
'{printf("19%s %s", $3, $4); exit}' | sed 's/19\([0123456]\)/20\1/'`
---
> set date = `sccs prs -r$rev $file | grep "^D " | awk
'{printf("19%s %s", $3, $4); exit}'`
This turns it into a Y3K bug :-)
Steve
