quote string for test

This commit is contained in:
Ian Lance Taylor 1995-10-04 20:46:20 +00:00
parent 2a01c351e3
commit 27b2da94a5
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ fi
# See if we can extract a definition of CC from the fragment.
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}`
fi
fi