From ccc8a171979a6004c99d02986e8c624737d8a15a Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 5 Apr 2013 22:34:40 +0200 Subject: Build system: CI: fix arch script (once again) Signed-off-by: Abdoulaye Walsimou Gaye --- defconfigs/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defconfigs/ci-build.sh b/defconfigs/ci-build.sh index 95caf36..52b1d00 100755 --- a/defconfigs/ci-build.sh +++ b/defconfigs/ci-build.sh @@ -64,7 +64,7 @@ if [ ! -d $workspace/defconfigs/$arch ]; then exit 1 fi -if [ ! -e $workspace/defconfigs/$arch/$arch-ic-build.sh ]; then +if [ ! -e $workspace/defconfigs/$arch/$arch-ci-build.sh ]; then perror "Architecture $arch does not provide specifics" exit 1 fi -- cgit v1.2.3