mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Quote $PREFIX_PATH in copy
This commit is contained in:
parent
f353577f50
commit
624b61477d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ build_package_ruby() {
|
|||
}
|
||||
|
||||
build_package_copy() {
|
||||
cp -R . $PREFIX_PATH
|
||||
cp -R . "$PREFIX_PATH"
|
||||
}
|
||||
|
||||
after_install_package() {
|
||||
|
|
Loading…
Reference in a new issue