Revision d15eca657cb5255fa3fc4105ec667762b9195289 authored by Luis Armendariz on 17 April 2006, 21:49:18 UTC, committed by Luis Armendariz on 17 April 2006, 21:49:18 UTC
1 parent 8a461c9
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH
if [ x$DXMACROS = "x" ]; then
export DXMACROS=""
fi
export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS
# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $
# End of file

Computing file changes ...