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

richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 4767a39f [AURON #1334] Fix hardcoded bash shebang (#1335)
4767a39f is described below

commit 4767a39fce28861d5c61efd4e29ab24385fe518b
Author: Ruilei Ma <[email protected]>
AuthorDate: Wed Sep 24 12:09:45 2025 +0800

    [AURON #1334] Fix hardcoded bash shebang (#1335)
---
 auron-build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/auron-build.sh b/auron-build.sh
index 3badd72d..6e0c343b 100755
--- a/auron-build.sh
+++ b/auron-build.sh
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

Reply via email to