Adding '/usr/bin/env bash' (#5334)

This commit aims to add '/usr/bin/env bash' as a shebang line
to indicates scripts use bash shell for interpreting.

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
pull/5339/head
Nguyen Hai Truong 6 years ago committed by Matthew Fisher
parent e4d0136220
commit 8f91443326

@ -1,3 +1,5 @@
#!/usr/bin/env bash
# bash completion for helm -*- shell-script -*-
__debug()

Loading…
Cancel
Save