This is the mail archive of the gcc-patches@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]

[committed] scripts/jar.in portability fix


Reported by Geoff Keating on gcc-regression.

Paolo

2006-06-03 Paolo Bonzini <bonzini@gnu.org>

        * scripts/jar.in: Ensure return with argument has non-empty
	argument.

Index: jar.in
===================================================================
--- jar.in      (revision 114340)
+++ jar.in      (working copy)
@@ -263,6 +263,7 @@ mkdir_p ()
     shift
     IFS=$oIFS

+    errstatus=0
     for d
     do
       test "x$d" = x && continue


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