Skip to content

Commit

Permalink
fix bin/startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriCoder committed Jan 3, 2024
1 parent c724aab commit 2e352aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi

# check BENCHMARK_HOME
if [ -z "${BENCHMARK_HOME}" ]; then
export BENCHMARK_HOME="$(cd "$(dirname "$0")" && pwd)"
export BENCHMARK_HOME="$(cd "$(dirname "$0")/.." && pwd)"
fi

# check $benchmark_conf
Expand Down

0 comments on commit 2e352aa

Please sign in to comment.