Skip to content

Commit

Permalink
unbound variable
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 18, 2022
1 parent 1fb9af2 commit b4079a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/install/scripts/run_abi_laboratory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ printf "report: $report_path\n"

dira=$(dirname ${old})
dirb=$(dirname ${new})
export LD_LIBRARY_PATH="${dira}:${dirb}:${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH="${dira}:${dirb}"

# cleanup if no custom report path is provided
if [ -z "${report_path+xxx}" ]; then
Expand Down

0 comments on commit b4079a0

Please sign in to comment.