[crush] Fix nil variable reference.

master
Lorenzo Cogotti 2 years ago
parent 9a2b70e96d
commit 17e6ab6e17

@ -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