Skip to content

Commit

Permalink
Update build_scripts/build_collect_diff
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Wolber <[email protected]>
Signed-off-by: Yizhen Zhang <[email protected]>
  • Loading branch information
LuminaScript and chuckwolber committed Jul 31, 2024
1 parent c9524a3 commit a3a25d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/build_collect_diff
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ generate_compiled_file_lists() {
local dep_path="dependency_file.txt"
local python_tool_path="$kernel_repo_path/scripts/change-impact-tools/build_scripts/parse_dep_list"

./"$python_tool_path" "$dep_path" "$output_json" "$output_list"
"$python_tool_path" "$dep_path" "$output_json" "$output_list"
echo "dependency compiled filelist generated to headerfile.txt$"

}
Expand Down

0 comments on commit a3a25d9

Please sign in to comment.