We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170f36b commit 7e9e49fCopy full SHA for 7e9e49f
.github/jobs/configure-checks/setup_configure_image.sh
@@ -2,6 +2,8 @@
2
3
set -eux
4
5
+shopt -s extglob globstar
6
+
7
distro_id=$(grep "^ID=" /etc/os-release)
8
9
# Install everything for configure and testing
0 commit comments