Skip to content

Commit 4eac244

Browse files
authored
Merge pull request #4004 from martin-frbg/ccheckif
fix missing blank in c_check
2 parents 6f759a9 + 970e611 commit 4eac244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838
bn=`basename \"$compiler_name\"`
3939

4040
case "$bn" in
41-
*-*) if [ "$bn" != '-']; then
41+
*-*) if [ "$bn" != '-' ]; then
4242
cross_suffix="$cross_suffix${bn%-*}-"
4343
fi
4444
esac

0 commit comments

Comments
 (0)