aboutsummaryrefslogtreecommitdiff
path: root/java/wildfly10/files/patch-bin_add-user.sh
blob: 72faebc8d86385429979b4b9b94c2a030e5cc97d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bin/add-user.sh.orig	2015-10-23 18:57:02 UTC
+++ bin/add-user.sh
@@ -7,6 +7,8 @@
 #
 
 DIRNAME=`dirname "$0"`
+JAVA_VERSION="1.7+"
+export JAVA_VERSION
 
 # OS specific support (must be 'true' or 'false').
 cygwin=false;