From 53f909362642c5ac805d0b807255e2d23383d1fb Mon Sep 17 00:00:00 2001 From: Andras Katona <41361962+akatona84@users.noreply.github.com> Date: Fri, 1 Oct 2021 09:16:27 +0200 Subject: [PATCH] MINOR: Add shebang to gradlewAll --- gradlewAll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradlewAll b/gradlewAll index 30c2da32e529c..c09e9b4a485c2 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.