Skip to content

Commit 4d427ac

Browse files
shellcheck linter: use bash xlators/mount/fuse/utils/mount_glusterfs.in
This commit changes the shell to #!/usr/bin/env bash. This series aim to reduce the shellcheck logs. Signed-off-by: Thales Antunes de Oliveira Barretto <[email protected]>
1 parent 40e7544 commit 4d427ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xlators/mount/fuse/utils/mount_glusterfs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22
# (C) 2014 Red Hat Inc. <http://www.redhat.com>
33
# (C) 2015 ungleich GmbH <http://www.ungleich.ch>
44
#

0 commit comments

Comments
 (0)