You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/01/25 13:32:05 UTC

(camel-quarkus) branch main updated: Use /bin/bash for release-util sign.sh script

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b9d3ed38a8 Use /bin/bash for release-util sign.sh script
b9d3ed38a8 is described below

commit b9d3ed38a802aeb53c0dda60fda59d4d14bdd08d
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Jan 25 13:23:31 2024 +0000

    Use /bin/bash for release-util sign.sh script
---
 release-utils/scripts/sign.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release-utils/scripts/sign.sh b/release-utils/scripts/sign.sh
index ae22f18c60..e0d7b05c43 100755
--- a/release-utils/scripts/sign.sh
+++ b/release-utils/scripts/sign.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with