mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Remove debug message
This commit is contained in:
@@ -32,7 +32,6 @@ class Package
|
||||
if ARCH == "armv7l"
|
||||
args = args.map {|s| s.gsub("-m32", "")}
|
||||
args = args.map {|s| s.gsub("lib32", "lib")}
|
||||
puts *args
|
||||
end
|
||||
Kernel.system(*args)
|
||||
exitstatus = $?.exitstatus
|
||||
|
||||
Reference in New Issue
Block a user