Skip to content

Commit b890959

Browse files
author
Gerardo Martín Chaves
committed
Change shebang to /bin/bash to fix problems when default shell is not bash
1 parent 1efa583 commit b890959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22
usage_error () {
33
cat << EOF
44
------------------------------------------------------------------

0 commit comments

Comments
 (0)