Skip to content

Commit f89dd44

Browse files
committed
Test scripts:
* Add instructions for Kerberos binary directory in PATH environment variable.
1 parent 8104441 commit f89dd44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test-scripts/krb/krb-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ For example:
5757
$0 --build -- -D KRB5_PREFIX=/usr/local/opt/heimdal/bin
5858
or to build with Krb5 Kerberos support on Mac OS set the
5959
$0 --build -- -D KRB5_PREFIX=/usr/local/opt/krb5/bin
60+
or put the Kerberos binary directory in the PATH environment variable.
61+
For example:
62+
PATH=/usr/local/opt/heimdal/bin:\$PATH $0 --build
6063
EOF
6164
return 0
6265
;;

0 commit comments

Comments
 (0)