[crush] Update crush.lua.

master
Lorenzo Cogotti 2 years ago
parent 0174d53ae7
commit cc9d45cb44

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

Loading…
Cancel
Save