Fix portability for expr(1) usage #1

Merged
SlavekB merged 1 commits from feat/fix-expr-portability into master 5 years ago

2
configure vendored

@ -576,7 +576,7 @@ if [ -x "./qcextra" ]; then
./qcextra
fi
# run tqmake
if expr match "$DEB_BUILD_OPTIONS" ".*nostrip"; then
if expr "$DEB_BUILD_OPTIONS" : ".*nostrip"; then
$qm QMAKE_STRIP=true qca-tls.pro
else
$qm qca-tls.pro

Loading…
Cancel
Save