export PATH

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@950 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-13 19:33:26 +00:00
parent 5cd7629da5
commit 1fd29f6a98
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ telnet_args=$*
bindir=%bindir%
pdc_trams=`dirname $0`
PATH=$pdc_trams:$bindir:$PATH
export PATH
set -- `kx $host`
if test $# -ne 3; then
exit 1

View File

@@ -10,6 +10,7 @@ xterm_args=$*
bindir=%bindir%
pdc_trams=`dirname $0`
PATH=$pdc_trams:$bindir:$PATH
export PATH
set -- `kx $host`
if test $# -ne 3; then
exit 1