PDC are unable to give correct instructions to their users and

therefore we have to add strange directories to the PATH.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@837 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-09 21:24:36 +00:00
parent da612b15ff
commit 3e4a6a8c51
2 changed files with 4 additions and 2 deletions

View File

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

View File

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