# | Line 19 | Line 19 | CHECKOUTDIR="/tmp/i-scream/cvstmp" | |
---|---|---|
19 | CVS2CLPATH="/usr/local/bin/cvs2cl" | |
20 | ||
21 | # command line args for cvs2cl | |
22 | < | CVS2CLARGS="--no-wrap --no-common-dir -w -r -t -S -U ${CVSROOT}/CVSROOT/users -l \"-dyesterday<today\" -g \"-d${CVSROOT}\" -g \"-Q\"" |
22 | > | CVS2CLARGS="--no-wrap --no-common-dir -w -r -t -S -U ${CVSROOT}/CVSROOT/users -l -dyesterday<today -g -d${CVSROOT} -g -Q" |
23 | ||
24 | # cvs2cl command | |
25 | CVS2CL="${CVS2CLPATH} ${CVS2CLARGS}" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |