From: Todd Malsbary Date: Fri, 24 Sep 2021 22:25:29 +0000 (-0700) Subject: Fix go error in package_prerequisite step X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=fb8a0fe0cb2c32037ec16ad2b377aa63a42b114a;hp=fb8a0fe0cb2c32037ec16ad2b377aa63a42b114a;p=icn.git Fix go error in package_prerequisite step The common.sh file is sourced before go is installed and it wants to execute go env. Defer the execution until after go is installed. Signed-off-by: Todd Malsbary Change-Id: I53063c60eb6140eeb79b7567ac3585ca477ce3fd ---