Skip to content

Commit

Permalink
remove quote around env_var
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanFoo0523 committed Sep 25, 2024
1 parent d3e5201 commit c2b958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_one_single_file_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pushd "${DREDD_REPO_ROOT}/temp"
then
${CC} -c "${copy_of_f}"
else
${CC} "${DREDD_EXTRA_C_ARGS}" -c "${copy_of_f}"
${CC} ${DREDD_EXTRA_C_ARGS} -c "${copy_of_f}"
fi
fi

Expand Down

0 comments on commit c2b958a

Please sign in to comment.