X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fsplit_build%2Fexec%2Fdiagnose_ctv;fp=branch%2Fsplit_build%2Fexec%2Fdiagnose_ctv;h=5e7ef0340653f530aa623f53680273a0bc0cec65;hb=42bff07893104a11db95c8d65fe518a336463351;hp=0000000000000000000000000000000000000000;hpb=f0817a2fbc3df0f5daad0a9e1a11d9f295218c0a;p=cran2deb.git diff --git a/branch/split_build/exec/diagnose_ctv b/branch/split_build/exec/diagnose_ctv new file mode 100755 index 0000000..5e7ef03 --- /dev/null +++ b/branch/split_build/exec/diagnose_ctv @@ -0,0 +1,2 @@ +#!/bin/sh +(for x in ctv/*; do echo;echo;echo "$x: "; cd "$x" && cran2deb diagnose && cd ../..; done) >ctv.results