This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 533ef7ab417 HDDS-14887. BASH_SOURCE0: unbound variable (#9975)
533ef7ab417 is described below

commit 533ef7ab4176ddba4771414919710cce47235f02
Author: Russole <[email protected]>
AuthorDate: Thu Mar 26 03:29:41 2026 +0800

    HDDS-14887. BASH_SOURCE0: unbound variable (#9975)
---
 hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh 
b/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh
index 8241c86d8e2..395b1730e7d 100644
--- a/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh
+++ b/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh
@@ -19,7 +19,7 @@
 
 set -u -o pipefail
 
-COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE0}" )" >/dev/null 2>&1 && pwd )"
+COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
 export COMPOSE_DIR
 export OM_SERVICE_ID="om"
 export OM=om1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to