Skip to content

Commit

Permalink
removed new variable for Win platform - extra - don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
bishakhabanerjee%netscape.com committed Jun 25, 2003
1 parent dace447 commit 3ae98b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions security/nss/tests/header
Expand Up @@ -477,7 +477,7 @@ tbx_dirs()
URL="cindercone.red.iplanet.com"
fi
if [ "$O_WIN" = "ON" ] ; then
RESULTDIRURL="<a title=\"QA Results\" href=\"http://${URL}${TBX_WIN_NSSBASEDIR}/tinderbox/tests_results/security/${TRD}\">QA</a>"
RESULTDIRURL="<a title=\"QA Results\" href=\"http://${URL}${UX_D0}/nsstip/tinderbox/tests_results/security/${TRD}\">QA</a>"
else
RESULTDIRURL="<a title=\"QA Results\" href=\"http://${URL}${RESULTDIR}\">QA</a>"
fi
Expand Down Expand Up @@ -972,8 +972,6 @@ win_set_d1()
fi
done
Debug "NSS_VER_DIR set to $NSS_VER_DIR"
TBX_WIN_NSSBASEDIR="$UX_D0/nsstip"
Debug "TBX_WIN_BASEDIR set to $TBX_WIN_BASEDIR"
}

########################### init_host ##################################
Expand Down

0 comments on commit 3ae98b1

Please sign in to comment.