[libvirt PATCH 1/4] ci: Specify the shebang sequence for build.sh

Erik Skultety posted 4 patches 4 years, 12 months ago
There is a newer version of this series
[libvirt PATCH 1/4] ci: Specify the shebang sequence for build.sh
Posted by Erik Skultety 4 years, 12 months ago
This is necessary for the follow up patch, because the default
entrypoint for a Dockerfile is exec.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
 ci/build.sh | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.29.2

Re: [libvirt PATCH 1/4] ci: Specify the shebang sequence for build.sh
Posted by Andrea Bolognani 4 years, 12 months ago
On Wed, 2021-02-10 at 18:00 +0100, Erik Skultety wrote:
> This is necessary for the follow up patch, because the default
> entrypoint for a Dockerfile is exec.
> 
> Signed-off-by: Erik Skultety <eskultet@redhat.com>
> ---
>  ci/build.sh | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization