Changeset ferringb%2Fpkgcore-dev,3511

Show
Ignore:
Timestamp:
06/29/08 23:31:32 (2 months ago)
Author:
Brian Harring <ferringb@…>
Message:

use has instead of hasq

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ferringb/pkgcore-dev/pkgcore/bin/ebuild-helpers/prepstrip

    r3487 r3511  
    77 
    88# exit if the feature isn't requested, or the restrict isn't there. 
    9 hasq installsources ${FEATURES} || exit 0 
    10 hasq installsources ${RESTRICT} && exit 0 
     9has installsources ${FEATURES} || exit 0 
     10has installsources ${RESTRICT} && exit 0 
    1111 
    1212for x in debugedit scanelf rsync sort; do 
     
    3434# We want to log already stripped binaries, as this may be a QA violation. 
    3535# They prevent us from getting the splitdebug data. 
    36 if ! hasq binchecks ${RESTRICT} && \ 
    37         ! hasq strip ${RESTRICT} ; then 
     36if ! has binchecks ${RESTRICT} && \ 
     37        ! has strip ${RESTRICT} ; then 
    3838        f=$(scanelf -yqRBF '#k%F' -k '!.symtab' "$@") 
    3939        if [[ -n ${f} ]] ; then