OSDN Git Service

2006-08-18 Roger Sayle <roger@eyesopen.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Aug 2006 19:58:06 +0000 (19:58 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Aug 2006 19:58:06 +0000 (19:58 +0000)
* scripts/check_jni_methods.sh: Don't use the "set -C" command
which isn't available in all shells.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116251 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/classpath/ChangeLog.gcj
libjava/classpath/scripts/check_jni_methods.sh

index 3837983..2988f36 100644 (file)
@@ -1,3 +1,8 @@
+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  Tom Tromey  <tromey@redhat.com>
 
        * gnu/java/util/prefs/NodeWriter.java (writeParents): Removed
index ffdc7b5..4cc00cc 100755 (executable)
@@ -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