X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=zpm-update;h=0bac954fe6b84dad3cf8530edd88de02b9231de3;hp=39c111a2f17f6e7274bac7f298f09834b8e427ea;hb=b9eb4486d50a2af606c6b776fcb5dfe065ccee9e;hpb=a639d5e86bfa941153e214dc0c44d780072769ea diff --git a/zpm-update b/zpm-update index 39c111a..0bac954 100755 --- a/zpm-update +++ b/zpm-update @@ -109,7 +109,7 @@ uninstall=0 # TODO option to attempt to resume an ongoing install # zpm-install [-SCn] [ -d localdb ] [ -f pkgfile ] [ -R installroot ] pkgstr ... -while getopts f:d:R:nSCvAObBLUzp opt; do +while getopts f:d:R:nSCvAObBLUzpl opt; do case $opt in f) pkgfile="$OPTARG" ;; d) localdb="$OPTARG" ;; @@ -237,7 +237,6 @@ for mergepkg in $merge; do nlist="$nlist $pkgid:$zpmfile" continue else - echo downloading $zpmfile zpm repo fetch $reponame $pkgid if [ -f "$zpmfile" ]; then nlist="$nlist $pkgid:$zpmfile"