Skip to content

Commit 533ef7a

Browse files
authored
HDDS-14887. BASH_SOURCE0: unbound variable (apache#9975)
1 parent 0a384a0 commit 533ef7a

File tree

1 file changed

+1
-1
lines changed
  • hadoop-ozone/dist/src/main/compose/ozone-balancer

1 file changed

+1
-1
lines changed

hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
set -u -o pipefail
2121

22-
COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE0}" )" >/dev/null 2>&1 && pwd )"
22+
COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
2323
export COMPOSE_DIR
2424
export OM_SERVICE_ID="om"
2525
export OM=om1

0 commit comments

Comments
 (0)