Commit 8f4cdb1a by Joshua Peek

Ensure $PREFIX_PATH is quoted

parent 138814df
build_package_ree_installer() {
local options="--auto $PREFIX_PATH"
local options=""
if [[ "Darwin" = "$(uname)" ]]; then
options="$options --no-tcmalloc"
options="--no-tcmalloc"
fi
{ ./installer $options
{ ./installer --auto "$PREFIX_PATH" $options
} >$LOG_PATH 2>&1
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment