From 4a12ae9469e2d8f9800bb5c8362248d70bcf7b52 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sun, 5 Jun 2022 12:34:28 +0200 Subject: [PATCH] removed typo in compute_md5 --- opkg_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opkg_helpers.sh b/opkg_helpers.sh index 6651285..24b7780 100755 --- a/opkg_helpers.sh +++ b/opkg_helpers.sh @@ -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