Attila Doroszlai created HDDS-14887:
---------------------------------------
Summary: BASH_SOURCE0: unbound variable
Key: HDDS-14887
URL: https://issues.apache.org/jira/browse/HDDS-14887
Project: Apache Ozone
Issue Type: Bug
Components: test
Reporter: Attila Doroszlai
{code}
Executing test ozone-balancer/test-ec.sh
./test-ec.sh: line 22: BASH_SOURCE0: unbound variable
{code}
{code:title=https://github.com/apache/ozone/blob/448357940bcefdd0b240394d3bd77f8f2687528a/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh#L22}
COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE0}" )" >/dev/null 2>&1 && pwd
)"{code}
Should be:
{code:title=https://github.com/apache/ozone/blob/448357940bcefdd0b240394d3bd77f8f2687528a/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ratis.sh#L22}
COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd
)"{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]