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

gzurowski pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 38447034312e4e8679c81cf8f8363d4019872bf0
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Wed Jan 31 14:07:52 2024 +0100

    Add bash shebang
    
    This avoids `not found` errors for the `pushd` and `popd` commands.
---
 etc/scripts/sign.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/scripts/sign.sh b/etc/scripts/sign.sh
index 7aafd104772..e73336188cc 100755
--- a/etc/scripts/sign.sh
+++ b/etc/scripts/sign.sh
@@ -1,5 +1,5 @@
-#!/bin/sh
-
+#!/usr/bin/env bash
+#
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Reply via email to