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'