removed typo in compute_md5

This commit is contained in:
Gerhard Hoffmann 2022-06-05 12:34:28 +02:00
parent 19721380b5
commit 4a12ae9469

View File

@ -3,7 +3,7 @@
# set -x
compute_md5 () {
execdownload_opkg {fd}< <(md5sum "$1") # open fd readable for P.S.
exec {fd}< <(md5sum "$1") # open fd readable for P.S.
cs_pid=$! # remember pid of P.S.
md5=""
while read t <&$fd; do