Skip to content

Commit

Permalink
Fix incorrect variable quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Jun 3, 2024
1 parent 9eaa92e commit ce9245f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/integration/run_libevent_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export LD_LIBRARY_PATH="${AWS_LC_INSTALL_FOLDER}/lib"
function build_and_test_libevent() {
pushd "${LIBEVENT_SRC}"
mkdir build && pushd build
cmake -GNinja -DOPENSSL_ROOT_DIR='${AWS_LC_INSTALL_FOLDER}' ../
cmake -GNinja -DOPENSSL_ROOT_DIR="${AWS_LC_INSTALL_FOLDER}" ../
ninja verify
popd && popd
}
Expand Down

0 comments on commit ce9245f

Please sign in to comment.