Adding '/usr/bin/env bash'

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/5334/head
Nguyen Hai Truong 7 years ago
parent 73a17eb599
commit 7b5bb670bb

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

Loading…
Cancel
Save