diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-20 21:36:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-20 21:36:57 +0200 |
| commit | 060e97fb4af0752aaba1ccc97d30e63a58cb5a5b (patch) | |
| tree | 213285a536f4b40ba09bff79b5dd3dbe35971dd2 | |
| parent | 0bc6d354b100c44834302c6ac5d0b5099e0f0564 (diff) | |
Use $HOME rather than hard-coded user name.
| -rwxr-xr-x | run/tests | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,9 +82,9 @@ if [ "$(uname)" == "Darwin" ]; then rm -f build/test/openssl ln -s ../../../openssl/apps/openssl build/test/openssl # SIP stops this being passed in from the caller's environment - export DYLD_LIBRARY_PATH=$environment/x86_64/10.10/lib:/Users/ci/workspace/lib + export DYLD_LIBRARY_PATH=$environment/x86_64/10.10/lib:$HOME/workspace/lib # We need to find ffcmp in here - export PATH=$PATH:/Users/ci/workspace/bin + export PATH=$PATH:$HOME/workspace/bin fi if [ "$check" == "1" ]; then |
