This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/70165] build failure in libgcj-6.0.0.jar


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70165

--- Comment #1 from vries at gcc dot gnu.org ---
Something like this would be helpful, but that's bash, and the script is sh:
...
index e9cb9f5..1d13056 100644
--- a/libjava/scripts/jar.in
+++ b/libjava/scripts/jar.in
@@ -386,6 +386,7 @@ while test -n "$commands"; do
 done

 set -e
+trap '$progname: $LINENO: command returns $?' ERR

 case "X$jarfile" in
   X)
...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]