From 08c279024c1e2f8924f7d68e278d0423415695ec Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 8 Jul 2011 10:14:51 -0700 Subject: Remove all hasq/useq calls for bug #199722. --- bin/ebuild-helpers/prepall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ebuild-helpers/prepall') diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall index 19db41552..dbed57c4e 100755 --- a/bin/ebuild-helpers/prepall +++ b/bin/ebuild-helpers/prepall @@ -4,7 +4,7 @@ source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh -if hasq chflags $FEATURES ; then +if has chflags $FEATURES ; then # Save all the file flags for restoration at the end of prepall. mtree -c -p "${D}" -k flags > "${T}/bsdflags.mtree" # Remove all the file flags so that prepall can do anything necessary. @@ -17,7 +17,7 @@ prepallinfo prepallstrip -if hasq chflags $FEATURES ; then +if has chflags $FEATURES ; then # Restore all the file flags that were saved at the beginning of prepall. mtree -U -e -p "${D}" -k flags < "${T}/bsdflags.mtree" &> /dev/null fi -- cgit v1.2.3-1-g7c22