mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 05:30:25 +08:00
check_jni_methods.sh: Don't use the "set -C" command which isn't available in all shells.
2006-08-18 Roger Sayle <roger@eyesopen.com> * scripts/check_jni_methods.sh: Don't use the "set -C" command which isn't available in all shells. From-SVN: r116251
This commit is contained in:
parent
16e7a51f3a
commit
fcf9a55870
@ -1,3 +1,8 @@
|
||||
2006-08-18 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* scripts/check_jni_methods.sh: Don't use the "set -C" command
|
||||
which isn't available in all shells.
|
||||
|
||||
2006-08-18 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gnu/java/util/prefs/NodeWriter.java (writeParents): Removed
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
# Fail if any command fails
|
||||
set -e
|
||||
# Don't override existing files
|
||||
set -C
|
||||
|
||||
TMPFILE=/tmp/check-jni-methods.$$.1
|
||||
TMPFILE2=/tmp/check-jni-methods.$$.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user