Skip to content

Commit 7e9e49f

Browse files
committed
We need globs for bash
1 parent 170f36b commit 7e9e49f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -eux
44

5+
shopt -s extglob globstar
6+
57
distro_id=$(grep "^ID=" /etc/os-release)
68

79
# Install everything for configure and testing

0 commit comments

Comments
 (0)