We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138814d commit 8f4cdb1Copy full SHA for 8f4cdb1
versions/ree-1.8.7-2011.03
@@ -1,10 +1,10 @@
1
build_package_ree_installer() {
2
- local options="--auto $PREFIX_PATH"
+ local options=""
3
if [[ "Darwin" = "$(uname)" ]]; then
4
- options="$options --no-tcmalloc"
+ options="--no-tcmalloc"
5
fi
6
7
- { ./installer $options
+ { ./installer --auto "$PREFIX_PATH" $options
8
} >$LOG_PATH 2>&1
9
}
10
0 commit comments