Skip to content

Commit

Permalink
Merge branch 'main' into liburing
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Feb 19, 2024
2 parents ba3f1db + a395dd8 commit 515b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bcr_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def parse_module_versions(registry, check_all, inputs):
def apply_patch(work_dir, patch_strip, patch_file):
# Requires patch to be installed
subprocess.run(
["patch", "-p%d" % patch_strip, "-l", "-i", patch_file], shell=False, check=True, env=os.environ, cwd=work_dir
["patch", "-p%d" % patch_strip, "-f", "-l", "-i", patch_file], shell=False, check=True, env=os.environ, cwd=work_dir
)

def fix_line_endings(lines):
Expand Down

0 comments on commit 515b9b5

Please sign in to comment.