use '/usr/bin/env bash' in update/verify-godep-licenses.sh

This commit is contained in:
Hongchao Deng 2016-03-17 14:54:56 -07:00
parent 929c1a2bb3
commit dd6487d0b7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors All rights reserved.
#