diff options
| -rwxr-xr-x | common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |
