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:
Andreas Tobler 2006-06-09 00:06:46 +02:00 committed by Andreas Tobler
parent 549033f3a2
commit 07ea59afb1
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! @SHELL@
# Copyright (C) 2006 Free Software Foundation
# Written by Paolo Bonzini.
#