summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog5
-rwxr-xr-xscripts/check_jni_methods.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e18a521d..c78a37d30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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 Roger Sayle <roger@eyesopen.com>
+
* lib/Makefile.am (resources): Fix some shell portability issues.
2006-08-18 Thomas Fitzsimmons <fitzsim@redhat.com>
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