Skip to content

Commit bf2d93b

Browse files
committed
Use copy_into instead of -cp -R.
1 parent b3795ab commit bf2d93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/ruby-install/mruby/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function compile_ruby()
2929
function install_ruby()
3030
{
3131
log "Installing mruby $ruby_version ..."
32-
run cp -R "$ruby_build_dir" "$install_dir" || return $?
32+
copy_into "$ruby_build_dir" "$install_dir" || return $?
3333
}
3434

3535
#

0 commit comments

Comments
 (0)