Skip to content

Commit cfabe7e

Browse files
committed
Make quiet the stripping method
1 parent a6755f1 commit cfabe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ISM/Software.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2176,7 +2176,7 @@ module ISM
21762176
requestedCommands = Array(String).new
21772177

21782178
fileList.each do |file|
2179-
requestedCommands.push("strip --strip-unneeded #{file} || true")
2179+
requestedCommands.push("strip --strip-unneeded #{file} || true > /dev/null 2>&1")
21802180
end
21812181

21822182
process = Ism.runSystemCommand( command: requestedCommands,

0 commit comments

Comments
 (0)