Skip to content

Commit

Permalink
preserve JAVA_OPTS, if present
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Jul 16, 2024
1 parent 3d40519 commit 3aa032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpos/src/dist/bin/q2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
rm -f jpos.pid

# Separate -D parameters from other parameters
JAVA_OPTS=""
JAVA_OPTS="${JAVA_OPTS:-}"
OTHER_OPTS=""
for arg in "$@"; do
case $arg in
Expand Down

0 comments on commit 3aa032a

Please sign in to comment.