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 0366b5a commit 007f486Copy full SHA for 007f486
.github/jobs/configure-checks/all.bats
@@ -19,7 +19,7 @@ fi
19
20
translate () {
21
args="$@"
22
- if [ "$distro_id" = "ID=fedora" ]; then
+ if [ "$distro_id" = "ID=fedora" ] || [ "$distro_id" = 'ID="opensuse-leap"' ]; then
23
args=${args/libcgroup-dev/libcgroup-devel}
24
fi
25
if [ "$distro_id" = "ID=arch" ]; then
0 commit comments