[committed] scripts/jar.in portability fix

Paolo Bonzini paolo.bonzini@lu.unisi.ch
Sat Jun 3 10:16:00 GMT 2006


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



More information about the Gcc-patches mailing list