https://github.com/geodynamics/citcoms
Revision b1eb6515685adfdfc95dfcf8e2262a470cafdaf1 authored by Eh Tan on 03 November 2005, 00:26:06 UTC, committed by Eh Tan on 03 November 2005, 00:26:06 UTC
1 parent ed4f408
Raw File
Tip revision: b1eb6515685adfdfc95dfcf8e2262a470cafdaf1 authored by Eh Tan on 03 November 2005, 00:26:06 UTC
fixed a bug in closing <filename> tag
Tip revision: b1eb651
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
back to top