Annotation of loncom/debugging_tools/makecurrent, revision 1.1

1.1     ! albertel    1: #!/bin/sh
        !             2: rm $2
        !             3: cvs update -d -r $1 $2
        !             4: mv $2 $2.$1
        !             5: cvs update -d -A $2
        !             6: mv $2.$1 $2
        !             7: printf "Type \n cvs commit %s \n now to commit version %s as the head version\n" "$2" "$1"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>