CONFIGURE: Prevent [] in subengine list from triggering globbing
This commit is contained in:
parent
000feae4cf
commit
7c23394b37
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue