Skip to content

Commit

Permalink
devonfw#940: OMG: fixed custom tools bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Oct 18, 2022
1 parent d6afd46 commit 2ea3894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/functions
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ function doResolveDownloadUrl() {
# $7: optional to ignore extracting downloaded files (use 'noUnpack' or leave empty to extract)
# $8: optional software repository
function doInstall() {
doDebug "doInstall ${*}"
local software="${1}"
local version="${2}"
local silent="${3}"
Expand All @@ -1156,7 +1157,6 @@ function doInstall() {
local ext
local url
local arch
local repository="${DEVON_SOFTWARE_REPOSITORY}"
local download_dir="${DEVON_DOWNLOAD_DIR}"
if [ -z "${software}" ]
then
Expand Down

0 comments on commit 2ea3894

Please sign in to comment.