From 04646e799c5638621ba38a09e9f70c99e079e32e Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 18 Dec 2006 10:12:11 +0000 Subject: Announce the patchset first and the targets one by one later. svn path=/trunk/; revision=10 --- autoepatch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'autoepatch.sh') diff --git a/autoepatch.sh b/autoepatch.sh index 1b1dd07..b4f623f 100755 --- a/autoepatch.sh +++ b/autoepatch.sh @@ -46,8 +46,10 @@ main() { targets="$(patch_targets)" [[ -z ${targets} ]] && exit 0 + einfo "Testing ${patchset##*/} ..." + while read target; do - einfo "Testing ${patchset##*/} on ${target##$(pwd)/} ..." + einfo " on ${target##$(pwd)/} ..." for patch in "${patchset}"/*.patch; do if try_patch "${target}" "${patch}"; then -- cgit v1.2.3-65-gdbad