Browse Source

Update c_check

pull/3992/head
Martin Kroeker GitHub 3 years ago
parent
commit
4a888566fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      c_check

+ 1
- 1
c_check View File

@@ -35,7 +35,7 @@ if [ "`dirname \"$compiler_name\"`" != '.' ]; then
cross_suffix="$cross_suffix`dirname \"$compiler_name\"`/"
fi

bn=`basename \"$compiler_name\"`
bn=`basename -z \"$compiler_name\"`
case "$bn" in
*-*) cross_suffix="$cross_suffix${bn%-*}-"
esac


Loading…
Cancel
Save