From 9fac204a9c66e41b0932a340b6b6b4faa5873af0 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 21 Jun 2024 08:46:00 -0700 Subject: [PATCH] Revert "consistently use bash shebang for shell scripts" This reverts commit 2c0d32b603d2b786eb6210a1c6f25a73662bbb77. --- build/build.sh | 2 +- build/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.sh b/build/build.sh index 8e5a939..0aec5c8 100755 --- a/build/build.sh +++ b/build/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Copyright 2016 The Kubernetes Authors. # diff --git a/build/test.sh b/build/test.sh index 42a302f..72487a3 100755 --- a/build/test.sh +++ b/build/test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Copyright 2016 The Kubernetes Authors. #