Makes it easier to copy/paste the hash manually.

Signed-off-by: Rosen Penev <[email protected]>
---
 scripts/download.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/download.pl b/scripts/download.pl
index 34fd6a6f0b..4df0224bcc 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -168,7 +168,7 @@ sub download
                $sum = $1;
 
                if ($sum ne $file_hash) {
-                       print STDERR "Hash of the downloaded file does not 
match (file: $sum, requested: $file_hash) - deleting download.\n";
+                       print STDERR "Hash of the downloaded file does not 
match (file: $sum , requested: $file_hash) - deleting download.\n";
                        cleanup();
                        return;
                }
-- 
2.17.0


_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/openwrt-devel

Reply via email to