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

(camel) branch main updated: Add bash shebang

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e54a873d8b9 Add bash shebang
e54a873d8b9 is described below

commit e54a873d8b98a73fd4b3eca31fb67f9a291f4949
Author: Gregor Zurowski <gr...@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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/scripts/sign.sh b/etc/scripts/sign.sh
index ae22f18c60c..36b216f1cf8 100755
--- a/etc/scripts/sign.sh
+++ b/etc/scripts/sign.sh
@@ -1,4 +1,4 @@
-#!/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