mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
Merge pull request #1410 from felixonmars/patch-1
Correct a typo in python-build
This commit is contained in:
commit
f3d008fddd
|
|
@ -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