aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2021-12-14 10:29:38 -0600
committerBrijesh Singh <brijesh.singh@amd.com>2021-12-14 10:29:38 -0600
commit6fca23b5c4a3621b2d6dbe2608c4ca3751496be6 (patch)
tree55b7ffb6f6218b17927e9dfb5e865fe481fb7409
parent8bfa24541d85237c74e9644e3df2852cac98e441 (diff)
downloadcachepc-amdsev-6fca23b5c4a3621b2d6dbe2608c4ca3751496be6.tar.gz
cachepc-amdsev-6fca23b5c4a3621b2d6dbe2608c4ca3751496be6.zip
fix typo
-rwxr-xr-xcommon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.sh b/common.sh
index 93aed13..6cb297e 100755
--- a/common.sh
+++ b/common.sh
@@ -18,7 +18,7 @@ build_kernel()
for V in guest host; do
[ -d ${V} ] || {
- if [ "${1}" = "guest" ]; then
+ if [ "${V}" = "guest" ]; then
BRANCH="${KERNEL_GUEST_BRANCH}"
else
BRANCH="${KERNEL_HOST_BRANCH}"