Feed back names of patches applied successfully

cleanup-cruft
Sebastian Pipping 14 years ago
parent 841b732740
commit 469153a098

@ -214,8 +214,10 @@ apply_patches() {
break break
fi fi
done done
if [ ${patch_success} != 1 ] if [ ${patch_success} -eq 1 ]
then then
print_info 1 " - `basename ${i}`"
else
gen_die "could not apply patch ${i} for ${util}-${version}" gen_die "could not apply patch ${i} for ${util}-${version}"
fi fi
done done

Loading…
Cancel
Save