mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
quote string for test
This commit is contained in:
@ -133,7 +133,7 @@ fi
|
|||||||
|
|
||||||
# See if we can extract a definition of CC from the fragment.
|
# See if we can extract a definition of CC from the fragment.
|
||||||
if [ -z "${CC}" ]; then
|
if [ -z "${CC}" ]; then
|
||||||
if [ -n "${host_makefile_frag}" -a -f ${host_makefile_frag} ]; then
|
if [ -n "${host_makefile_frag}" -a -f "${host_makefile_frag}" ]; then
|
||||||
CC=`sed -n -e 's/CC[ ]*=[ ]*\(.*\)$/\1/p' < ${host_makefile_frag}`
|
CC=`sed -n -e 's/CC[ ]*=[ ]*\(.*\)$/\1/p' < ${host_makefile_frag}`
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user