View | Details | Raw Unified | Return to bug 170087 | Differences between
and this patch

Collapse All | Expand All

(-)common.sh 2012-07-23 14:28:59.000000000 +0100 (-1 / +1 lines)
Lines 635-641 Link Here
635
       export LOCALBASE=${MYBASE:-/usr/local}
635
       export LOCALBASE=${MYBASE:-/usr/local}
636
       while read p; do
636
       while read p; do
637
               pn=$(awk -v o=${p} ' { if ($1 == o) {print $2} }' ${cache})
637
               pn=$(awk -v o=${p} ' { if ($1 == o) {print $2} }' ${cache})
638
               [ ! -f ${PKGDIR}/All/${pn}.${EXT} ] && queue="${queue} $p"
638
               [ ! -f "${PKGDIR}/All/${pn}.${EXT}" ] && queue="${queue} $p"
639
       done < ${tmplist2}
639
       done < ${tmplist2}
640
640
641
       rm -f ${tmplist2} ${deplist} ${tmplist}
641
       rm -f ${tmplist2} ${deplist} ${tmplist}

Return to bug 170087