mirror of git://gcc.gnu.org/git/gcc.git
jar.in: Replace hardcoded /bin/sh with @SHELL@.
2006-06-09 Andreas Tobler <a.tobler@schweiz.ch> * scripts/jar.in: Replace hardcoded /bin/sh with @SHELL@. From-SVN: r114497
This commit is contained in:
parent
549033f3a2
commit
07ea59afb1
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh
|
||||
#! @SHELL@
|
||||
# Copyright (C) 2006 Free Software Foundation
|
||||
# Written by Paolo Bonzini.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue