Skip to content

Commit b0f54e4

Browse files
authored
Merge pull request #3939 from migueldiascosta/initialize_backup_pkg_url
initialize BACKUP_PKG_URL with empty string
2 parents f0c3855 + e7afc7a commit b0f54e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

easybuild/scripts/install_eb_dep.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ PKG_VERSION="${PKG##*-}"
1616
CONFIG_OPTIONS=
1717
PRECONFIG_CMD=
1818

19+
BACKUP_PKG_URL=
20+
1921
if [ "$PKG_NAME" == 'modules' ]; then
2022
PKG_URL="http://prdownloads.sourceforge.net/modules/${PKG}.tar.gz"
2123
BACKUP_PKG_URL="https://sources.easybuild.io/e/EnvironmentModules/${PKG}.tar.gz"

0 commit comments

Comments
 (0)