From b57503776475bc2cb01f75bc6c9d5c5a9d790787 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Fri, 1 May 2020 00:06:49 +0200 Subject: [PATCH] [build] neon: build script must use sh instead of bash --- neon/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neon/build.sh b/neon/build.sh index f12cd426d..a4553e728 100755 --- a/neon/build.sh +++ b/neon/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh cd neon -- GitLab