Skip to content

Commit 970e611

Browse files
authored
fix missing blank in test
1 parent 6f759a9 commit 970e611

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)