jar.in: Replace hardcoded /bin/sh with @SHELL@.
authorAndreas Tobler <a.tobler@schweiz.ch>
Thu, 8 Jun 2006 22:06:46 +0000 (00:06 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 8 Jun 2006 22:06:46 +0000 (00:06 +0200)
2006-06-09  Andreas Tobler  <a.tobler@schweiz.ch>

* scripts/jar.in: Replace hardcoded /bin/sh with @SHELL@.

From-SVN: r114497

libjava/ChangeLog
libjava/scripts/jar.in

index 781d0aeedfeb1303fe12ce12d55c89743867edff..b9b30dacc7862a8eaf4d69b5972237ff5e1c9e99 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-09  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * scripts/jar.in: Replace hardcoded /bin/sh with @SHELL@.
+
 2006-06-07  Andrew Haley  <aph@redhat.com>
 
        * include/jvm.h (_Jv_Linker::maybe_adjust_signature): New.
index a2964ded899d542bc118384fc373315234a3537c..82ea10c2912340c52af92fe823c24ebffe7c0f28 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! @SHELL@
 # Copyright (C) 2006  Free Software Foundation
 # Written by Paolo Bonzini.
 #