From f695922fcfccc42f77815a5a1511efe39752d97b Mon Sep 17 00:00:00 2001 From: "sonmi%netscape.com" Date: Tue, 12 Jun 2001 01:26:13 +0000 Subject: fixed one more "where is MKS installed" problem --- security/nss/tests/set_environment | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/nss/tests/set_environment b/security/nss/tests/set_environment index 73b1de311..5060cd7fb 100644 --- a/security/nss/tests/set_environment +++ b/security/nss/tests/set_environment @@ -153,7 +153,8 @@ elif [ "$os_name" = "Windows_95" -o \ "$os_name" = "Windows_98" ] then #FIXME net use, mount the neccessary pnetwork drives and partitiones first - PATH=`echo $SHELL | sed -e "s/.ksh.exe//g" -e "s/.sh.exe//g"` + PATH=`echo $SHELL | sed -e "s/.[kK][sS][Hh].[Ee][Xx][Ee]//g" \ + -e "s/.[sS][Hh].[Ee][Xx][Ee]//g"` MOZTOOLS_IN_PATH=NO if [ -n "$MOZ_TOOLS" -a -d "$MOZ_TOOLS" ] ; then MOZ_TOOLS=`ls -d "$MOZ_TOOLS" | sed -e 's/\\\/\//g'` -- cgit v1.2.1