Skip to content

Commit

Permalink
Fix adding of files
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Apr 26, 2024
1 parent 6642857 commit 8842f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ upkg_download() (
if [[ -e "$prefetchpath" ]]; then
# file was already downloaded by upkg_add to generate a checksum, reuse it
filepath=$prefetchpath
[[ -n $archiveext ]] || pkgpath=$filepath
elif [[ -e ${pkgurl%%'#'*} ]]; then
# file exists on the filesystem
if [[ -n $archiveext ]]; then
Expand Down

0 comments on commit 8842f60

Please sign in to comment.