Przeglądaj źródła

Fix log message going to stdout

master
JustAnotherArchivist 3 lat temu
rodzic
commit
1e5fbedcef
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      deb-repo-urls

+ 1
- 1
deb-repo-urls Wyświetl plik

@@ -114,7 +114,7 @@ do
# Package indices
elif [[ "${fn}" =~ /Packages(\.[^/]*)?$ ]]
then
echo "Processing package: ${fn}"
echo "Processing package: ${fn}" >&2
fetch_and_print "${archiveRoot}/dists/${distribution}/${fn}"
filename=
size=-1


Ładowanie…
Anuluj
Zapisz