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