Skip to content

Commit c9e0bb8

Browse files
build(packaging): bash comparison in PKGBUILD (#4565)
1 parent 5bacfd5 commit c9e0bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/linux/Arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _versioned_gcc=false # set to true if we need a versioned gcc, e.g. gcc14
2323

2424
_gcc_dep_suffix=""
2525
_gcc_env_suffix=""
26-
if [ "${_versioned_gcc}" = true ]; then
26+
if [ "${_versioned_gcc}" == true ]; then
2727
_gcc_dep_suffix="${_gcc_version}"
2828
_gcc_env_suffix="-${_gcc_version}"
2929
fi

0 commit comments

Comments
 (0)