summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-05-12 20:52:23 +0000
committerwtchang%redhat.com <devnull@localhost>2006-05-12 20:52:23 +0000
commitc361eaaaf10c9ff5063225e28fad3ff31fe4055c (patch)
tree1509e29000a0084f1e803bfbf2886b3e9494d1dc
parenta1aae75b3d5f34785e25fe4f4fa6d55c29b11ad1 (diff)
downloadnss-hg-c361eaaaf10c9ff5063225e28fad3ff31fe4055c.tar.gz
Bugzilla Bug 336521: we should search the build tree (${DIST}/${OBJDIR})NSS_3_11_20060512_TAG
before /bin and /usr/bin. r=slavomir.katuscak Tag: NSS_3_11_BRANCH
-rw-r--r--security/nss/tests/common/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/common/init.sh b/security/nss/tests/common/init.sh
index 11ccaebae..9097ff59c 100644
--- a/security/nss/tests/common/init.sh
+++ b/security/nss/tests/common/init.sh
@@ -202,7 +202,7 @@ if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then
PATH=.\;${DIST}/${OBJDIR}/bin\;${DIST}/${OBJDIR}/lib\;$PATH
PATH=`perl ../path_uniq -d ';' "$PATH"`
else
- PATH=.:/bin:/usr/bin:${DIST}/${OBJDIR}/bin:${DIST}/${OBJDIR}/lib:$PATH
+ PATH=.:${DIST}/${OBJDIR}/bin:${DIST}/${OBJDIR}/lib:/bin:/usr/bin:$PATH
# added /bin and /usr/bin in the beginning so a local perl will
# be used
PATH=`perl ../path_uniq -d ':' "$PATH"`