We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f759a9 + 970e611 commit 4eac244Copy full SHA for 4eac244
1 file changed
c_check
@@ -38,7 +38,7 @@ fi
38
bn=`basename \"$compiler_name\"`
39
40
case "$bn" in
41
- *-*) if [ "$bn" != '-']; then
+ *-*) if [ "$bn" != '-' ]; then
42
cross_suffix="$cross_suffix${bn%-*}-"
43
fi
44
esac
0 commit comments