Skip to content

Commit 451b7f2

Browse files
committed
fix check for GCC 14
1 parent d327988 commit 451b7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/build-or-download-cvmfs-debs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ then
4747

4848
# gcc 14 fix for CVMFS's dependency pacparser, see
4949
# https://github.com/manugarg/pacparser/issues/194
50-
if gcc --version | grep -q "^gcc" | grep -q "14"; then
50+
if gcc --version | grep -q "^gcc.*14"; then
5151
cat << EOF > externals/pacparser/src/fix_gcc14.patch
5252
--- a/src/spidermonkey/js/src/jsapi.c
5353
+++ b/src/spidermonkey/js/src/jsapi.c

0 commit comments

Comments
 (0)