dev-python/six: Remove stray 'echo'

Package-Manager: portage-2.2.26_p10
This commit is contained in:
Mike Gilbert
2015-12-07 13:14:48 -05:00
parent 8666a5c7e1
commit 2fd28e0924

View File

@@ -34,7 +34,6 @@ pkg_pretend() {
six_dir_check() {
type -p "${PYTHON}" > /dev/null || return 0
local dir="${ROOT%/}$(python_get_sitedir)"/six
echo "${dir}"
[[ -d "${dir}" ]] \
&& die "${PN} doesn't work if ${dir} is a directory #546730"
}