qtbase-setup-hook: postPhases may be undefined

My earlier sed missed this because it already had `{..}`.
This commit is contained in:
John Ericson 2019-11-02 19:22:36 -04:00
parent 9df7efe0c6
commit 9b274e2962

View file

@ -62,5 +62,5 @@ postPatchMkspecs() {
fi
}
if [ -z "${dontPatchMkspecs-}" ]; then
postPhases="${postPhases}${postPhases:+ }postPatchMkspecs"
postPhases="${postPhases-}${postPhases:+ }postPatchMkspecs"
fi