-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile_master
executable file
·28 lines (28 loc) · 1.11 KB
/
profile_master
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#################################################################
# #
# Copyright 2001, 2006 Fidelity Information Services, Inc #
# #
# This source code contains the intellectual property #
# of its copyright holder(s), and is made available #
# under a license. If you do not know the terms of #
# the license, please stop and do not read further. #
# #
#################################################################
zappy='/home/etienne' ; export zappy
gtm_dist="$zappy/gtm"; export gtm_dist
gtmx="$zappy/gtmx"; export gtmx
gtmgbldir="master.gld"; export gtmgbldir
if [ "$gtm_chset" = "UTF-8" ] ; then
if [ -e $gtm_dist/utf8 ] ; then
gtm_dist="$gtm_dist/utf8"; export gtm_dist
fi
fi
gtmroutines="$zappy/scripts06/o($zappy/scripts06 $zappy/serenji $gtmx $gtm_dist)"; export gtmroutines
gtm="$gtmx/gtmrun ^direct gtm"; export gtm
gtmrun="$gtmx/gtmrun" ; export gtmrun
mupip="$gtm_dist/mupip"; export mupip
lke="$gtm_dist/lke"; export lke
gde="$gtmx/gtmrun ^GDE"; export gde
dse="$gtm_dist/dse"; export dse
PATH=$PATH:$gtm_dist
gtm_repl_instance="master";export gtm_repl_instance