#!/bin/sh ################################################################ # mwldd.cmd (c) Kalimetrix 2014 # @(#) $Id: mwldd.cmd,v 1.1 2003/09/30 12:59:54 frbrhu Exp $ # # ldd execution ################################################################ # #------------------------------------------------------------ # environment variables used in MainWin product #------------------------------------------------------------ # if [ ".$MWHOME" = . ] then echo "The MWHOME environment variable is missing" exit 1 fi # #------------------- # running the tool #------------------- # exec ldd $*