Merge pull request #94036 from saschagrunert/bash

Use /usr/bin/env bash in Makefiles and scripts
This commit is contained in:
Kubernetes Prow Robot
2020-08-27 04:49:35 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2018 The Kubernetes Authors.
#