summaryrefslogtreecommitdiff
path: root/scripts/check_jni_methods.sh
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-09-05 20:47:38 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-09-05 20:47:38 +0000
commit228fc33f661314b6723b691635085ee4ff6a69b2 (patch)
tree50e78696593f8df21fe9330258dff98537d39f65 /scripts/check_jni_methods.sh
parentf090c35d5776db64813ccf19d8327cf0ae756ac7 (diff)
downloadclasspath-228fc33f661314b6723b691635085ee4ff6a69b2.tar.gz
2006-09-05 Andrew John Hughes <gnu_andrew@member.fsf.org>
* Merge of HEAD-->generics from 2006/08/12 to 2006/09/03.
Diffstat (limited to 'scripts/check_jni_methods.sh')
-rwxr-xr-xscripts/check_jni_methods.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/check_jni_methods.sh b/scripts/check_jni_methods.sh
index ffdc7b571..4cc00cc17 100755
--- a/scripts/check_jni_methods.sh
+++ b/scripts/check_jni_methods.sh
@@ -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