ports/java/wildfly13/files/patch-bin_add-user.sh
Kurt Jaeger 2765c7e72e New port: java/wildfly13
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server

Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management

And of course Java EE!

WWW: http://wildfly.org

PR:		231328
Submitted by:	Simeo Reig <reig.simeo@gmail.com>
Approved by:	yerenkow@gmail.com (maintainer wildfly11)
2018-10-27 19:00:51 +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;