From 9ee6d97c2883d42f204a533a8bc1f4562df778fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Sep 2020 09:32:48 +0100 Subject: gentoo resync : 16.09.2020 --- eclass/go-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/go-module.eclass') diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 7b66c3e2b1ed..c9a7ab12eaf0 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -338,7 +338,7 @@ _go-module_src_unpack_verify_gosum() { die "go-module_set_globals must be called in global scope" fi - cd "${S}" + cd "${S}" || die "cd failed" # Cleanup the modules before starting anything else # This will print 'downloading' messages, but it's accessing content from -- cgit v1.2.3