Last of the spelling fixed
[oweals/cde.git] / cde / programs / dtmail / dtmail / RunLocalMime
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 #setenv DEFAULT_BACKEND RFC-MIME
12 export LD_LIBRARY_PATH=../libDtMail:../../../binstall/lib:$LD_LIBRARY_PATH
13 ldd -r ./dtmail
14 exec ./dtmail $* &