From 7486ee079371255f4a14764c1d99c90da96f9464 Mon Sep 17 00:00:00 2001 From: altorg Date: Sat, 19 Aug 2017 11:04:06 -0700 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index d6683ff..efab4dd 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -14,7 +14,7 @@ phases: build: commands: - echo Build started on `date` - - ./autogen.sh + - bash autogen.sh - make post_build: commands: -- 2.47.3