Skip to content

Commit

Permalink
Actually remove doubled slash from log
Browse files Browse the repository at this point in the history
This makes it harder to read the code -.-
  • Loading branch information
ChillerDragon committed Oct 12, 2024
1 parent e628c75 commit 520bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/update/git_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _apply_git_patch_files() {
[ ! -d "$patch_dir" ] && continue

local patch_applied=0
for patch_file in "$patch_dir"/*.patch
for patch_file in "$patch_dir"*.patch
do
[ "$patch_applied" = 1 ] && continue
[ ! -f "$patch_file" ] && continue
Expand Down

0 comments on commit 520bcd0

Please sign in to comment.