From 2762ce46945c82b31e280b04657dd8c6f75746c1 Mon Sep 17 00:00:00 2001 From: Andras Katona <41361962+akatona84@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:18:12 +0200 Subject: [PATCH] MINOR: Add shebang to gradlewAll (#11373) Reviewers: Mickael Maison , Viktor Somogyi-Vass --- gradlewAll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradlewAll b/gradlewAll index 30c2da32e52..c09e9b4a485 100755 --- a/gradlewAll +++ b/gradlewAll @@ -1,3 +1,5 @@ +#!/usr/bin/env sh + # 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.