Skip to content

Commit b1f6d90

Browse files
authored
Drop extraneous escaping in the basename call
1 parent 23693f0 commit b1f6d90

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
@@ -35,7 +35,7 @@ if [ "`dirname \"$compiler_name\"`" != '.' ]; then
3535
cross_suffix="$cross_suffix`dirname \"$compiler_name\"`/"
3636
fi
3737

38-
bn=`basename \"$compiler_name\"`
38+
bn=`basename "$compiler_name"`
3939

4040
case "$bn" in
4141
*-*) if [ "$bn" != '-' ]; then

0 commit comments

Comments
 (0)