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:
Roger Sayle 2006-08-18 19:58:06 +00:00 committed by Tom Tromey
parent 16e7a51f3a
commit fcf9a55870
2 changed files with 5 additions and 2 deletions

View file

@ -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