Skip to content

Commit

Permalink
Fix select lw mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Aug 24, 2024
1 parent cd73579 commit 87afa09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lwrap/lwrap
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ set_git_lw_version() {
for url in "${lwsrcusrls[@]}"
do
GIT_LW_VERSION="$(NO_ARIA2C=1 NO_DL_GUI=1 NO_DL_REPEAT=1 \
try_dl "$url" /dev/stdout 2>/dev/null|get_lw_version)" && \
return 0
try_dl "$url" /dev/stdout 2>/dev/null|get_lw_version)"
[ -n "$GIT_LW_VERSION" ] && return 0
done
return 1
}
Expand Down

0 comments on commit 87afa09

Please sign in to comment.