Skip to content

Commit c4a8bac

Browse files
authored
Merge branch 'main' into fix_find
2 parents cad2555 + 29f2afb commit c4a8bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eessi_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ if [[ ! -z ${http_proxy} ]]; then
828828
;;
829829
2)
830830
# target not found - safe to add
831-
if [[ -z ${BIND_PATH} ]]; then
831+
if [[ -z ${BIND_PATHS} ]]; then
832832
BIND_PATHS="${src}:${target}"
833833
else
834834
BIND_PATHS="${BIND_PATHS},${src}:${target}"

0 commit comments

Comments
 (0)