mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-28 22:54:12 +08:00
btrfs-progs: tests: use /bin/bash for scripts
Since we use 'source' in scripts, let's use bash everywhere. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
2e58edbdf4
commit
52fda816e8
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# remove all intermediate files from tests
|
||||
|
||||
SCRIPT_DIR=$(dirname $(readlink -f $0))
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# a shell with test environment set up, logged commands and output
|
||||
|
||||
LANG=C
|
||||
|
Loading…
Reference in New Issue
Block a user