mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 12:33:48 -05:00
remove meaningless break (fixes #26)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user