From: Zac Medico Date: Thu, 27 Sep 2012 19:12:03 +0000 (-0700) Subject: Fix indent from last commit. X-Git-Tag: v2.2.0_alpha134 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5ec77f886ba5891de2d2dcc25700327596df588;p=portage.git Fix indent from last commit. --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1b15bd06a..b4deb9c99 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -33,11 +33,11 @@ else done # These dummy functions return false in non-strict EAPIs, in order to ensure that # `use multislot` is false for the "depend" phase. - funcs="use useq usev" - if ___eapi_has_usex; then - funcs+=" usex" - fi - for x in ${funcs} ; do + funcs="use useq usev" + if ___eapi_has_usex; then + funcs+=" usex" + fi + for x in ${funcs} ; do eval "${x}() { if ___eapi_disallows_helpers_in_global_scope; then die \"\${FUNCNAME}() calls are not allowed in global scope\"