Skip to content

Commit

Permalink
Patched a bug can randomly occur if the stripping fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Dec 6, 2024
1 parent 170629e commit 5e06728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/Software.cr
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ module ISM
#Special function to improve performance (Internal use only)
def stripFileListNoChroot(fileList : Array(String))
requestedCommands = <<-CMD
strip --strip-unneeded #{fileList.join("\" || true\nstrip --strip-unneeded \"")}
strip --strip-unneeded #{fileList.join("\" || true\nstrip --strip-unneeded \"")} || true
CMD

#No exit process because if the file can't be strip, we can just go next)
Expand Down

0 comments on commit 5e06728

Please sign in to comment.