mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Merge pull request #1410 from felixonmars/patch-1
Correct a typo in python-build
This commit is contained in:
commit
f3d008fddd
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,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…
Reference in a new issue