office-gobmx/odk/setsdkenv_unix
Rüdiger Timm 056f0f3cd3 INTEGRATION: CWS sdksample (1.6.2); FILE ADDED
2004/06/10 12:33:55 jsc 1.6.2.2: #26337# improved
2004/06/02 12:53:07 jsc 1.6.2.1: #i26337# use new script files
2005-01-31 14:54:34 +00:00

25 lines
607 B
Bash
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#! /bin/sh
SDKDIRECTORY=`dirname $0`
# source the prepared environment and start a new shell
if [ -r $SDKDIRECTORY/setsdkenv_unix.sh ]
then
. $SDKDIRECTORY/setsdkenv_unix.sh
else
echo
echo " *********************************************************************"
echo " *"
echo " * Error: You have to configure your SDK environment first"
echo " * before you can use it!"
echo " *"
echo " *********************************************************************"
echo
exit 1
fi
"$SHELL" "$@"
echo Shell terminated.
TERMHEAD=`hostname`
echo "]2;$TERMHEAD"