From 6a0f5a1d2f13e258246ff043a54be73e00ce7141 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Fri, 9 Aug 2019 09:45:07 +0000 Subject: round-robin.sh: Add missing "shift" to build_abe() Change-Id: Icbf62c343f41ab46c24214a0b85da958513b37d7 --- round-robin.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'round-robin.sh') diff --git a/round-robin.sh b/round-robin.sh index 08de6c43..1d7562a4 100644 --- a/round-robin.sh +++ b/round-robin.sh @@ -205,6 +205,7 @@ build_abe () set -euf -o pipefail local component="$1" + shift local project stage action check check=false -- cgit v1.2.3