Skip to content

Commit

Permalink
change shell to bash to allow bash specific features (#4449)
Browse files Browse the repository at this point in the history
Fixes: #3598
Change-Id: Ic5fd8ab840d179dbf163ffa97341c94f2bddf6eb

Signed-off-by: Pranith Kumar Karampuri <[email protected]>
  • Loading branch information
pranithk authored Feb 28, 2025
1 parent 490e018 commit 8f479c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/backend-cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# This script can be used to cleanup the 'cluster/distribute' translator's
# stale link files. One may choose to run this only when number of subvolumes
Expand Down
2 changes: 1 addition & 1 deletion tools/gfind_missing_files/gfind_missing_files.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

## Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com/>
## This file is part of GlusterFS.
Expand Down
2 changes: 1 addition & 1 deletion xlators/mount/fuse/utils/mount.glusterfs.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# Copyright (c) 2013 Red Hat, Inc. <http://www.redhat.com>
# Copyright (c) 2015 ungleich GmbH <http://www.ungleich.ch>
Expand Down

0 comments on commit 8f479c4

Please sign in to comment.