[rescue] were can i find the wsname cmd?
Jonathan Katz
jon at jonworld.com
Thu May 22 18:01:40 CDT 2014
Looks like 'wsname' is a part of the Forte compiler/IDE suite.
http://northstar-www.dartmouth.edu/doc/solaris-forte/mr/READMEs/teamware.html
On Thu, May 22, 2014 at 6:19 PM, Simon Lewis <simon at mplayer.biz> wrote:
> Am looking to find out what package adds the wsname feature to solaris 7 so
> i can run the following code below dose anyone have any ideas thanks
>
> if /local/bin/wsname 2>/dev/null; then
> mpath_base="`/local/bin/wsname`"
> export mpath_base
> fi
>
> if [ -z "${mpath_base}" ]; then
> /local/bin/wsname
> exit 1
> fi
>
> WSNAME="$mpath_base"/src
>
> Yours
> Simon Lewis _______________________________________________
> rescue list - http://www.sunhelp.org/mailman/listinfo/rescue
--
-Jon
Jonathan Katz, Indianapolis, IN.
More information about the rescue
mailing list