From 742b941a6d30c74aa1eea1633e1d6b7179cb1a99 Mon Sep 17 00:00:00 2001 From: Sam Dowell Date: Fri, 21 Jun 2024 11:15:10 -0700 Subject: [PATCH] Reapply "consistently use bash shebang for shell scripts" This reverts commit 9fac204a9c66e41b0932a340b6b6b4faa5873af0. --- 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 51f5598..d3f7c37 100755 --- a/build/build.sh +++ b/build/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright 2016 The Kubernetes Authors. # diff --git a/build/test.sh b/build/test.sh index 72487a3..42a302f 100755 --- a/build/test.sh +++ b/build/test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright 2016 The Kubernetes Authors. #