fix missing blank in test

This commit is contained in:
Martin Kroeker 2023-04-14 19:42:34 +02:00 committed by GitHub
parent 6f759a9ce9
commit 970e611e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ fi
bn=`basename \"$compiler_name\"`
case "$bn" in
*-*) if [ "$bn" != '-']; then
*-*) if [ "$bn" != '-' ]; then
cross_suffix="$cross_suffix${bn%-*}-"
fi
esac