summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonmi%netscape.com <devnull@localhost>2001-06-12 01:26:13 +0000
committersonmi%netscape.com <devnull@localhost>2001-06-12 01:26:13 +0000
commitf695922fcfccc42f77815a5a1511efe39752d97b (patch)
treecba4a2f34847fecd7e080a5c5430b4bb43129b11
parenta36719cccf02e7204a2d6f7db3bc9648f1c25e90 (diff)
downloadnss-hg-f695922fcfccc42f77815a5a1511efe39752d97b.tar.gz
fixed one more "where is MKS installed" problem
-rw-r--r--security/nss/tests/set_environment3
1 files changed, 2 insertions, 1 deletions
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'`