build(packaging): bash comparison in PKGBUILD (#4565)
This commit is contained in:
parent
5bacfd59ae
commit
c9e0bb864e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ _versioned_gcc=false # set to true if we need a versioned gcc, e.g. gcc14
|
|||
|
||||
_gcc_dep_suffix=""
|
||||
_gcc_env_suffix=""
|
||||
if [ "${_versioned_gcc}" = true ]; then
|
||||
if [ "${_versioned_gcc}" == true ]; then
|
||||
_gcc_dep_suffix="${_gcc_version}"
|
||||
_gcc_env_suffix="-${_gcc_version}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue