Look for kx in $PATH and %bindir%

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@833 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-09 17:25:25 +00:00
parent 313f839b57
commit 630a0591f2
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ if test $# -ne 1; then
fi
host=$1
bindir=%bindir%
set -- `$bindir/kx $host`
PATH=$PATH:$bindir set -- `kx $host`
if test $# -ne 3; then
exit 1
fi

View File

@@ -6,7 +6,7 @@ if test $# -ne 1; then
fi
host=$1
bindir=%bindir%
set -- `$bindir/kx $host`
PATH=$PATH:$bindir set -- `kx $host`
if test $# -ne 3; then
exit 1
fi