Skip to content

Commit a15b869

Browse files
authored
tweak comment on finding eb_hooks.py relative to location of configure_easybuild script
1 parent 048d7ec commit a15b869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure_easybuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export EASYBUILD_ZIP_LOGS=bzip2
1414
export EASYBUILD_RPATH=1
1515
export EASYBUILD_FILTER_ENV_VARS=LD_LIBRARY_PATH
1616

17-
# try to find eb_hooks.py in directory where this file (configure_easybuild) resides?
17+
# assume that eb_hooks.py is located in same directory as this script (configure_easybuild)
1818
TOPDIR=$(dirname $(realpath $BASH_SOURCE))
1919
export EASYBUILD_HOOKS=$(realpath ${TOPDIR}/eb_hooks.py)
2020
# make sure hooks are available, so we can produce a clear error message

0 commit comments

Comments
 (0)