Skip to content

Commit 29f2afb

Browse files
authored
Merge pull request EESSI#161 from TopRichard/Fix-typo-eessi_container.sh
fix typo in `eessi_container.sh` fixing the script when http_proxy is set
2 parents 26babc0 + 3b0f3a6 commit 29f2afb

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)