mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-23 14:20:32 +02:00
Merge pull request #1363 from felixonmars/patch-1
Correct a typo in ruby-build
This commit is contained in:
commit
efd272209b
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ build_package_standard_install_with_bundled_gems() {
|
|||
build_package_standard_install "$@"
|
||||
}
|
||||
|
||||
# Backword Compatibility for standard function
|
||||
# Backward Compatibility for standard function
|
||||
build_package_standard() {
|
||||
build_package_standard_build "$@"
|
||||
build_package_standard_install "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue