]> git.donarmstrong.com Git - cran2deb.git/blob - branch/double_build/exec/diagnose_ctv
5e7ef0340653f530aa623f53680273a0bc0cec65
[cran2deb.git] / branch / double_build / exec / diagnose_ctv
1 #!/bin/sh
2 (for x in ctv/*; do echo;echo;echo "$x: "; cd "$x" && cran2deb diagnose && cd ../..; done) >ctv.results