mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
remove meaningless break
(fixes #26)
This commit is contained in:
parent
7a4fe458b8
commit
8848006540
1 changed files with 0 additions and 3 deletions
|
@ -638,9 +638,6 @@ require_cc() {
|
|||
local cc
|
||||
local ccname="${1:-cc}"
|
||||
cc="$(locate_cc "$ccname" || true)"
|
||||
if [ -n "$cc" ]; then
|
||||
break
|
||||
fi
|
||||
|
||||
if [ -z "$cc" ]; then
|
||||
local esc=$'\033'
|
||||
|
|
Loading…
Reference in a new issue