ports/java/wildfly100/files/patch-bin_add-user.sh
Jason Unovitch 3548e4823f New port: java/wildfly100
Repo copy java/wildfly90 -> java/wildfly100 and update to 10.0.0

WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server

WWW: http://wildfly.org

PR:		204541
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
2015-12-18 01:11:38 +00:00

11 lines
225 B
Bash

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