summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautoepatch.sh2
1 files changed, 2 insertions, 0 deletions
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"