mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
use '/usr/bin/env bash' in update/verify-godep-licenses.sh
This commit is contained in:
parent
929c1a2bb3
commit
dd6487d0b7
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright 2015 The Kubernetes Authors All rights reserved.
|
# Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright 2015 The Kubernetes Authors All rights reserved.
|
# Copyright 2015 The Kubernetes Authors All rights reserved.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user