X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;h=181766a860e235400a762c9dd27970f07b2610a8;hp=588e81acb408640bd51074d94c1be204825229a9;hb=a54b50fd59f07f9ef5cdcd042135e2b85a059d31;hpb=a742f458724d0195103c3f326a0c4a923c530bb5 diff --git a/setup.sh b/setup.sh index 588e81a..181766a 100755 --- a/setup.sh +++ b/setup.sh @@ -64,5 +64,8 @@ if installed hg; then fi if installed cvs; then + # CVS doesn't support any comments nor empty lines in cvsrc. + grep -E -v '^#' cvsrc.in | grep -E -v '^$' >cvsrc + link cvsrc ~/.cvsrc fi