OpenSearch/distribution/src/main
olcbean c03f0c89af Fix handling of paths containing parentheses
This commit fixes an issue with the handling of paths containing
parentheses on Windows. When such a path is used as a component of
Elasticsearch home, then a later echo statement that is guarded by an if
will fail because the parentheses in the path will be confused with the
parentheses defining the if block. This commit fixes the issue by
protecting this echo statement by wrapping the possibly offending path
in quotes.

Relates #26916
2017-10-10 08:56:08 -04:00
..
packaging setgid on /etc/elasticearch on package install 2017-08-28 20:47:42 -04:00
resources Fix handling of paths containing parentheses 2017-10-10 08:56:08 -04:00