Feed back names of patches applied successfully
authorSebastian Pipping <sebastian@pipping.org>
Thu, 13 Jan 2011 15:20:14 +0000 (16:20 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Thu, 13 Jan 2011 15:20:14 +0000 (16:20 +0100)
gen_compile.sh

index 3ee8a6b31058c2cdfdacdfd7f48697ce77192791..505232051e6c852a87df95f0ebeae5a314baf724 100755 (executable)
@@ -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