summaryrefslogtreecommitdiff
path: root/java/jdk11/files/patch-.extract_args
blob: 171ab97f97e7bd896e71e72e21f5f2e8f7ac750d (plain) (blame)
1
2
3
4
5
6
7
8
9
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\(..*\)'`