[crush] Update crush.lua.

master
Lorenzo Cogotti 2 years ago
parent 6dd7691d71
commit 18fdaee15d

@ -179,7 +179,7 @@ local function fetch(dep)
end end
if not os.execute(fullcmd) then if not os.execute(fullcmd) then
error(name..": Dependency fetch failed ("..cmd..").") error(dep.name..": Dependency fetch failed ("..cmd..").")
end end
end end

Loading…
Cancel
Save