From e47517cbf066127563d2c4b5b87e2cbc8e3a8aff Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 24 May 2023 15:26:00 +0200 Subject: [PATCH] update bash shebang Signed-off-by: cpanato --- hack/presubmit.sh | 2 +- hack/update-codegen.sh | 2 +- hack/update-deps.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hack/presubmit.sh b/hack/presubmit.sh index 1e4e548a12..8b18728277 100755 --- a/hack/presubmit.sh +++ b/hack/presubmit.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2021 KO Build Authors All Rights Reserved. # diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 67b1398e0f..d67be223b6 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2021 KO Build Authors All Rights Reserved. # diff --git a/hack/update-deps.sh b/hack/update-deps.sh index cb928175c7..6e2c8a3173 100755 --- a/hack/update-deps.sh +++ b/hack/update-deps.sh @@ -1,6 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash -# Copyright 2018 Google LLC +# Copyright 2018 KO Build Authors All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.