summaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
authorsonmi%netscape.com <devnull@localhost>2001-06-08 01:51:59 +0000
committersonmi%netscape.com <devnull@localhost>2001-06-08 01:51:59 +0000
commit3dfc0af3a855abc59786f626a28ee27ede0ec9cf (patch)
tree0e0db4785b8fc99c3baf2fb26e3234e7c5a376a1 /security/nss
parent9e47486f541f2c00e8d4f580c3698a7324bf893d (diff)
downloadnss-hg-3dfc0af3a855abc59786f626a28ee27ede0ec9cf.tar.gz
fixed a few strings that were not under ""
Diffstat (limited to 'security/nss')
-rw-r--r--security/nss/tests/set_environment22
1 files changed, 11 insertions, 11 deletions
diff --git a/security/nss/tests/set_environment b/security/nss/tests/set_environment
index 0d76b23a0..73b1de311 100644
--- a/security/nss/tests/set_environment
+++ b/security/nss/tests/set_environment
@@ -54,16 +54,16 @@ AFTER_CONTEXT_GREP=""
export CVSROOT HOME os_name os_version os_full MANPATH
-if [ $os_name = "HP-UX" ]
+if [ "$os_name" = "HP-UX" ]
then
PATH=$PATH:/usr/local/bin:/opt/aCC/bin:/usr/local/bin/audio:/tools/ns/bin:/etc:/usr/contrib/bin:/usr/contrib/bin/X11:/usr/local/hpux/bin:/nfs/iapp1/hphome/bin:/etc
-elif [ $os_name = "SunOS" ]
+elif [ "$os_name" = "SunOS" ]
then
XAPPLRESDIR=/usr/openwin/lib/app-defaults:/usr/local/lib/X11/app-defaults
OPENWINHOME=/usr/openwin
LD_LIBRARY_PATH=$OPENWINHOME/lib
PATH=/tools/ns/bin:$PATH:/opt/SUNWspro/bin:/usr/bin/X11:/usr/openwin/bin:/usr/openwin/demo
- if [ $os_version = "5.8" -o $os_version = "5.7" ]
+ if [ "$os_version" = "5.8" -o "$os_version" = "5.7" ]
then
PATH=$PATH:/tools/ns/workshop-5.0/bin
else
@@ -76,15 +76,15 @@ then
PATH=/usr/ucb:/h/tortoise/export/share/builds/tools/sparc_sun_solaris2.5.1/perl5.004/bin:$PATH
fi
export XAPPLRESDIR OPENWINHOME LD_LIBRARY_PATH
-elif [ $os_name = "IRIX" ]
+elif [ "$os_name" = "IRIX" ]
then
PATH=$PATH:/tools/ns/bin:/usr/local/bin:/etc:/usr/bsd
MANPATH=/tools/ns/man:/usr/local/man
-elif [ $os_name = "IRIX64" ]
+elif [ "$os_name" = "IRIX64" ]
then
PATH=$PATH:/tools/ns/bin:/usr/local/bin:/etc:/usr/bsd
MANPATH=/tools/ns/man:/usr/local/man
-elif [ $os_name = "Linux" ]
+elif [ "$os_name" = "Linux" ]
then
PATH=/lib:/usr/lib:/bin:/sbin:/usr/bin:/usr/sbin:$PATH
RMAIL=sendmail
@@ -93,12 +93,12 @@ then
BEFORE_CONTEXT_GREP="--before-context=10"
AFTER_CONTEXT_GREP="--after-context=3"
-elif [ $os_name = "AIX" ]
+elif [ "$os_name" = "AIX" ]
then
PATH=$PATH:/tools/contrib/bin:/usr/local/bin
TERM=vt100
export TERM
-elif [ $os_name = "OSF1" ]
+elif [ "$os_name" = "OSF1" ]
then
PATH=/h/tortoise/export/share/builds/tools/alpha_dec_osf4.0/perl5.004/bin:$PATH:/usr/local/bin
fi
@@ -155,14 +155,14 @@ 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"`
MOZTOOLS_IN_PATH=NO
- if [ -n $MOZ_TOOLS -a -d $MOZ_TOOLS ] ; then
+ if [ -n "$MOZ_TOOLS" -a -d "$MOZ_TOOLS" ] ; then
MOZ_TOOLS=`ls -d "$MOZ_TOOLS" | sed -e 's/\\\/\//g'`
#echo "MOZ_TOOLS reformated to $MOZ_TOOLS"
- if [ -d $MOZ_TOOLS ] ; then #still exist after reformating?
+ if [ -d "$MOZ_TOOLS" ] ; then #still exist after reformating?
MOZTOOLS_IN_PATH=OK
fi
fi
- if [ -n $MOZTOOLS_IN_PATH -a $MOZTOOLS_IN_PATH = OK ] ; then
+ if [ -n "$MOZTOOLS_IN_PATH" -a "$MOZTOOLS_IN_PATH" = "OK" ] ; then
#echo "Use MOZTOOLS in PATH"
PATH="$MOZ_TOOLS/bin;$MOZ_TOOLS/perl5;$PATH"
elif [ -d Z:/nstools/bin ] ; then