|
1 | 1 | #!/bin/sh
|
2 | 2 |
|
3 | 3 | #
|
4 |
| -# Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. |
| 4 | +# Copyright © 2015-2021 the original authors. |
| 5 | +# |
| 6 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | +# you may not use this file except in compliance with the License. |
| 8 | +# You may obtain a copy of the License at |
| 9 | +# |
| 10 | +# https://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +# |
| 12 | +# Unless required by applicable law or agreed to in writing, software |
| 13 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | +# See the License for the specific language governing permissions and |
| 16 | +# limitations under the License. |
| 17 | +# |
| 18 | +# SPDX-License-Identifier: Apache-2.0 |
5 | 19 | #
|
6 | 20 |
|
7 | 21 | ##############################################################################
|
|
191 | 205 | DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
192 | 206 |
|
193 | 207 | # Collect all arguments for the java command:
|
194 |
| -# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, |
| 208 | +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, |
195 | 209 | # and any embedded shellness will be escaped.
|
196 | 210 | # * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
197 | 211 | # treated as '${Hostname}' itself on the command line.
|
|
0 commit comments