From cbaf094acd891584a90d1dc3223532d4f3ee36b3 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 18 Dec 2006 10:02:53 +0000 Subject: Announce which patchset and on which target we're handling every time. svn path=/trunk/; revision=8 --- autoepatch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoepatch.sh b/autoepatch.sh index 0f666e2..ffa12af 100755 --- a/autoepatch.sh +++ b/autoepatch.sh @@ -47,6 +47,8 @@ main() { [[ -z ${targets} ]] && exit 0 while read target; do + einfo "Testing ${patchset##*/} on ${target##$(pwd)/} ..." + for patch in "${patchset}"/*.patch; do if try_patch "${target}" "${patch}"; then PATCH_APPLIED="yes" -- cgit v1.2.3-65-gdbad