mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Fix accidental typo
This commit is contained in:
parent
c3404568e8
commit
97039ca1af
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ require_osx_version() {
|
|||
|
||||
configured_with_package_dir() {
|
||||
local package_var_name="$(capitalize "$1")"
|
||||
shift 3
|
||||
shift 1
|
||||
local PACKAGE_CONFIGURE_OPTS="${package_var_name}_CONFIGURE_OPTS"
|
||||
local PACKAGE_CONFIGURE_OPTS_ARRAY="${package_var_name}_MAKE_OPTS_ARRAY[@]"
|
||||
local arg flag
|
||||
|
|
Loading…
Reference in a new issue