CONFIGURE: Prevent [] in subengine list from triggering globbing

This commit is contained in:
Willem Jan Palenstijn 2012-09-11 10:48:10 +02:00
parent 000feae4cf
commit 7c23394b37

4
configure vendored
View file

@ -692,7 +692,7 @@ get_engine_build_string() {
engine_string="`get_engine_name $1` $engine_string"
fi
echo $engine_string
echo "$engine_string"
}
# Get the string about building subengines
@ -729,7 +729,7 @@ get_subengines_build_string() {
fi
fi
echo $subengine_string
echo "$subengine_string"
}
# Engine specific build strings