1 upstream expects GNU egrep
2 diff -r 6b341f8b68ff nss/tests/common/init.sh
3 --- nss-3.93/nss/tests/common/init.sh
4 +++ nss-3.93/nss/tests/common/init.sh
5 @@ -407,7 +407,7 @@ if [ -z "${INIT_SOURCED}" -o "${INIT_SOU
6 # android doesn't have perl, skip the uniq step
7 PATH=.:${DIST}/${OBJDIR}/bin:${DIST}/${OBJDIR}/lib:$PATH
9 - PATH=.:${DIST}/${OBJDIR}/bin:${DIST}/${OBJDIR}/lib:/bin:/usr/bin:$PATH
10 + PATH=.:${DIST}/${OBJDIR}/bin:${DIST}/${OBJDIR}/lib:/usr/gnu/bin:/bin:/usr/bin:$PATH
11 # added /bin and /usr/bin in the beginning so a local perl will
13 PATH=`perl ../path_uniq -d ':' "$PATH"`