Last of the spelling fixed
[oweals/cde.git] / cde / programs / dtmail / dtmail / RunLocalBento
1 #!/bin/sh -f
2 #
3 # A script that aids in debugging and testing dtmail
4
5 if [ `uname -s` != SunOS ]
6  then
7         echo "Only support SunOS"
8         exit 1
9 endif
10
11
12 export DT_MAIL=$HOME/INBOX
13 export DEFAULT_BACKEND=Bento
14 export LD_LIBRARY_PATH=../libDtMail:../../../lib/Bento:../../../binstall/lib:$LD_LIBRARY_PATH
15 ldd -r ./dtmail
16 exec dtmail &