Skip to content

Commit 8f479c4

Browse files
authored
change shell to bash to allow bash specific features (#4449)
Fixes: #3598 Change-Id: Ic5fd8ab840d179dbf163ffa97341c94f2bddf6eb Signed-off-by: Pranith Kumar Karampuri <pranith.karampuri@phonepe.com>
1 parent 490e018 commit 8f479c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extras/backend-cleanup.sh

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

33
# This script can be used to cleanup the 'cluster/distribute' translator's
44
# stale link files. One may choose to run this only when number of subvolumes

tools/gfind_missing_files/gfind_missing_files.sh

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

33
## Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
44
## This file is part of GlusterFS.

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+
#!/bin/bash
22
#
33
# Copyright (c) 2013 Red Hat, Inc. <http://www.redhat.com>
44
# Copyright (c) 2015 ungleich GmbH <http://www.ungleich.ch>

0 commit comments

Comments
 (0)