Skip to content

Commit

Permalink
tools: Remove extra space in the shell script (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Devaraj Ranganna <[email protected]>
  • Loading branch information
urutva authored Nov 29, 2023
1 parent 0ce7d64 commit 1ffa072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/run_uncrustify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ do
# Ensure the space is used to split the submodule status into an array
IFS=" "
submodule_status_parts=($submodule_status)
submodule_path = "${submodule_status_parts[1]}"
submodule_path="${submodule_status_parts[1]}"
exclude_pattern+="${submodule_path} -E "
done
exclude_pattern+="./build"
Expand Down

0 comments on commit 1ffa072

Please sign in to comment.