From: Erik Skultety Date: Wed, 10 Feb 2021 06:27:49 +0000 (+0100) Subject: ci: Specify the shebang sequence for build.sh X-Git-Tag: v7.1.0-rc1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca7299a007d5ff03949ba7d42c319d756ffd126;p=thirdparty%2Flibvirt.git ci: Specify the shebang sequence for build.sh This is necessary for the follow up patch, because the default entrypoint for a Dockerfile is exec. Signed-off-by: Erik Skultety Reviewed-by: Andrea Bolognani --- diff --git a/ci/build.sh b/ci/build.sh index 740b46a935..0f23df1fa3 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # This script is used to build libvirt inside the container. # # You can customize it to your liking, or alternatively use a