[OpenWrt-Devel] [PATCH] download.pl: Add a space between the hash and the comma.

Rosen Penev rosenp at gmail.com
Sat May 19 13:03:35 EDT 2018


Makes it easier to copy/paste the hash manually.

Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 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
openwrt-devel at lists.openwrt.org
http://lists.infradead.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list