]> git.donarmstrong.com Git - cran2deb.git/blob - trunk/exec/diagnose_ctv
fix another brown bag bug / typo for good measure
[cran2deb.git] / trunk / exec / diagnose_ctv
1 #!/bin/sh
2 (for x in ctv/*; do echo;echo;echo "$x: "; cd "$x" && cran2deb diagnose && cd ../..; done) >ctv.results