This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 79fce545 Use /bin/bash as interpreter for antora-local-build.sh
79fce545 is described below

commit 79fce545e793d1b2bec5484b0dd31e2ba2367122
Author: James Netherton <jamesnether...@users.noreply.github.com>
AuthorDate: Tue Aug 16 14:41:50 2022 +0100

    Use /bin/bash as interpreter for antora-local-build.sh
---
 antora-local-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-local-build.sh b/antora-local-build.sh
index 5df691f8..1affe048 100755
--- a/antora-local-build.sh
+++ b/antora-local-build.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more

Reply via email to