mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user