summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-08-18 19:56:30 +0000
committerTom Tromey <tromey@redhat.com>2006-08-18 19:56:30 +0000
commitc0643443122378be7a117e9b69bc2f9804c581a0 (patch)
tree8ec2fa12acaca1be9a1ec750027cb7d305700f44 /scripts
parent33b0c102051959494935b5ff617f6f53cc25c7ee (diff)
downloadclasspath-c0643443122378be7a117e9b69bc2f9804c581a0.tar.gz
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.
Diffstat (limited to 'scripts')
-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