From 3a1bb3fb7a10dfb77dfb0a0b3b291840f50f4a67 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Tue, 7 May 2019 14:14:40 -0500 Subject: [PATCH] lib.sh: dont do readonly on sourced files. Files could be sourced more than one time lets not use readonly. Fixes: #487 Signed-off-by: Jose Carlos Venegas Munoz --- scripts/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index 66a761c1a5..25b4976e33 100644 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -1,5 +1,5 @@ export GOPATH=${GOPATH:-${HOME}/go} -readonly kata_arch_sh="${GOPATH}/src/github.com/kata-containers/tests/.ci/kata-arch.sh" +kata_arch_sh="${GOPATH}/src/github.com/kata-containers/tests/.ci/kata-arch.sh" hub_bin="hub-bin" get_kata_arch() {