summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'autoepatch.sh')
-rwxr-xr-xautoepatch.sh4
1 files changed, 3 insertions, 1 deletions
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