Skip to content

Commit 66b8ffc

Browse files
authored
Merge pull request #29 from bedroge/remove_keepinstalldir_comment
remove comment about `--try-amend=keeppreviousinstall` from `load_eessi_extend_module.sh`
2 parents 7be2431 + 665917e commit 66b8ffc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

load_eessi_extend_module.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ if [ "${install_eessi_extend}" = true ] || [ "${rebuild_eessi_extend}" = true ];
115115
ok_msg="EESSI-extend/${EESSI_EXTEND_VERSION} installed, let's go!"
116116
fail_msg="Installing EESSI-extend/${EESSI_EXTEND_VERSION} failed, that's not good... (output: ${eessi_install_out})"
117117

118-
# while always adding --try-amend=keep... may do no harm, we could make
119-
# an attempt to figure out if it is needed, e.g., when we are rebuilding
120118
eb_args=""
121119
if [ "${rebuild_eessi_extend}" = true ]; then
122120
eb_args+="--rebuild"

0 commit comments

Comments
 (0)