[Git][qa/jenkins.debian.net][master] fixup: Fight $SIZE as a global variable

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Mar 18 08:32:33 GMT 2024



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
a2c97511 by Holger Levsen at 2024-03-18T09:32:20+01:00
fixup: Fight $SIZE as a global variable

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_html_repository_comparison.sh


Changes:

=====================================
bin/reproducible_html_repository_comparison.sh
=====================================
@@ -36,7 +36,7 @@ custom_curl() {
 
 	echo -n "$(date -u) - downloading ${url} to ${target} - "
 	curl -s "${url}" > "${target}"
-	size=$(stat --formar='%s' "${target}")
+	size=$(stat --format='%s' "${target}")
 	echo "${size} bytes."
 }
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a2c975119e04cb324873620bea2863eedd6881ab

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a2c975119e04cb324873620bea2863eedd6881ab
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20240318/a7a9fc56/attachment.htm>


More information about the Qa-jenkins-scm mailing list