removed typo in compute_md5
This commit is contained in:
parent
19721380b5
commit
4a12ae9469
@ -3,7 +3,7 @@
|
|||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
compute_md5 () {
|
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.
|
cs_pid=$! # remember pid of P.S.
|
||||||
md5=""
|
md5=""
|
||||||
while read t <&$fd; do
|
while read t <&$fd; do
|
||||||
|
Loading…
Reference in New Issue
Block a user