From 11d543aacf2ee7f7f214a256aabf668ad27ca013 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 11 Sep 2011 16:15:28 -0700 Subject: ebuild.sh: move hasg* funcs into econf --- bin/ebuild.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 355a1c034..832b39dc9 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -166,14 +166,6 @@ strip_duplicate_slashes() { fi } -hasg() { - local x s=$1 - shift - for x ; do [[ ${x} == ${s} ]] && echo "${x}" && return 0 ; done - return 1 -} -hasgq() { hasg "$@" >/dev/null ; } - # debug-print() gets called from many places with verbose status information useful # for tracking down problems. The output is in $T/eclass-debug.log. # You can set ECLASS_DEBUG_OUTPUT to redirect the output somewhere else as well. -- cgit v1.2.3-1-g7c22