From 2c8af55f390108a9cca51fb91c0d1e21e000f8e6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Jul 2021 00:37:50 -0300 Subject: aux/ci/: Run sh files with sh instead of ./ --- aux/ci/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/ci/ci-build.sh') diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 069f3df..f766d6a 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -50,7 +50,7 @@ EOF git annex get ||: if [ -f aux/guix/with-container.sh ]; then - RUNNER='./aux/guix/with-container.sh' + RUNNER='sh aux/guix/with-container.sh' else RUNNER='sh -c' fi -- cgit v1.2.3