Skip to content

Commit

Permalink
Fix clang-wrapper.sh so it handles arguments with spaces. (#611)
Browse files Browse the repository at this point in the history
* Fix clang-wrapper.sh so it handles arguments with spaces.

Fixes dotnet/runtime#92335.

* Update eng/clang-wrapper.sh

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>

---------

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
  • Loading branch information
vargaz and akoeplinger authored Nov 22, 2023
1 parent f4fd0a9 commit 74e4868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/clang-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ case $CLANG_NAME in
;;
esac

$CLANG_CC $EXTRA_ARGS $@
"$CLANG_CC" $EXTRA_ARGS "$@"

0 comments on commit 74e4868

Please sign in to comment.