1
0
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:
Yamashita Yuu
2013-07-03 11:15:58 +09:00
parent 7a4fe458b8
commit 8848006540

View File

@@ -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'