We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06821db commit b041ecdCopy full SHA for b041ecd
.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