Skip to content

Commit

Permalink
Fix select lwrun mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Aug 24, 2024
1 parent c74c948 commit cd73579
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 @@ -540,8 +540,8 @@ get_lwrun_yc_ver() {
set_git_lwrun_ver() {
for src in yc git hf
do
GIT_LWRUN_VERSION="$(get_lwrun_${src}_ver)" && \
return 0
GIT_LWRUN_VERSION="$(get_lwrun_${src}_ver)"
[ -n "$GIT_LWRUN_VERSION" ] && return 0
done
return 1
}
Expand Down

0 comments on commit cd73579

Please sign in to comment.