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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user