Skip to content

Commit 624b614

Browse files
committed
Quote $PREFIX_PATH in copy
1 parent f353577 commit 624b614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ build_package_ruby() {
6767
}
6868

6969
build_package_copy() {
70-
cp -R . $PREFIX_PATH
70+
cp -R . "$PREFIX_PATH"
7171
}
7272

7373
after_install_package() {

0 commit comments

Comments
 (0)