diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-09-26 20:04:59 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-09-26 20:04:59 +0000 |
commit | b2052cf220eb21da27d59081792f250789b29c1c (patch) | |
tree | 993fe75e40d68f4e43d421040419fb0eb773900e | |
parent | . Update nethack web page. (diff) |
. Set EXPR_COMPAT so 5.x expr doesn't get confused by having "-" at the start
of an argument.
Submitted by: jmallett
Notes
Notes:
svn path=/head/; revision=89474
-rw-r--r-- | java/jdk11/files/patch-.extract_args | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/jdk11/files/patch-.extract_args b/java/jdk11/files/patch-.extract_args new file mode 100644 index 000000000000..171ab97f97e7 --- /dev/null +++ b/java/jdk11/files/patch-.extract_args @@ -0,0 +1,10 @@ +--- bin/i386/green_threads/.extract_args.orig Wed Sep 17 23:13:11 2003 ++++ bin/i386/green_threads/.extract_args Wed Sep 17 23:14:57 2003 +@@ -10,6 +10,7 @@ + + RUNTIME_ARGS="" + APP_ARGS="" ++EXPR_COMPAT=yes; export EXPR_COMPAT + for a in "$@" + do + if ja=`expr "$a" : '-J\(..*\)'` |