security/nss/tests/nsspath

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rwxr-xr-x

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 #! /bin/tcsh
     3 set PWD=`pwd`
     4 source /u/sonmi/bin/nssdir $*
     5 set OBJDIR=`(cd mozilla/security/nss/tests/common; gmake objdir_name)`
     6 setenv PATH `perl /u/sonmi/bin/path_uniq -s "${PATH}:${UXDIST}/${OBJDIR}/bin"`
     7 if ( `uname -n` == "iws-perf" ) then
     8     setenv LD_LIBRARY_PATH "${UXDIST}/${OBJDIR}/lib:/opt/nfast/toolkits/pkcs11"
     9 else
    10     setenv LD_LIBRARY_PATH "${UXDIST}/${OBJDIR}/lib"
    11 endif
    12 cd $PWD

mercurial