From 469153a098073077e41085b6ff5faa92a14b4cb9 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 13 Jan 2011 16:20:14 +0100 Subject: [PATCH] Feed back names of patches applied successfully --- gen_compile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gen_compile.sh b/gen_compile.sh index 3ee8a6b..5052320 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -214,8 +214,10 @@ apply_patches() { break fi done - if [ ${patch_success} != 1 ] + if [ ${patch_success} -eq 1 ] then + print_info 1 " - `basename ${i}`" + else gen_die "could not apply patch ${i} for ${util}-${version}" fi done -- 2.26.2