We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf1c93 commit d80cfcbCopy full SHA for d80cfcb
docker-entrypoint.sh
@@ -14,7 +14,7 @@ pattern="@Command(name = \"$1\""
14
if expr "x$1" : 'x[a-z][a-z-]*$' > /dev/null && fgrep -qe "$pattern" "$cmdsrc"/*.java || expr "$1" = 'help' > /dev/null; then
15
# If ${GEN_DIR} has been mapped elsewhere from default, and that location has not been built
16
if [[ ! -f "${codegen}" ]]; then
17
- (cd "${GEN_DIR}" && exec mvn -am -pl "modules/swagger-codegen-cli" -Duser.home=$(dirname MAVEN_CONFIG) package)
+ (cd "${GEN_DIR}" && exec mvn -am -pl "modules/swagger-codegen-cli" -Duser.home=$(dirname $MAVEN_CONFIG) package)
18
fi
19
command=$1
20
shift
0 commit comments