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
2 changed files with 5 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue