]> git.donarmstrong.com Git - cran2deb.git/blob - trunk/exec/diagnose_ctv
set base_pkgs to empty string in exec/update_cache to build them all as there is...
[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