Unverified Commit 84322d42 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

fix syntax

parent 3b6edca5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ for PKG in $SOURCEPKGS ; do
	write_row "<tr><td><pre>src:$PKG</pre></td>"
	write_row " <td>"
	GIT="$PKG.git"
	URL="https://anonscm.debian.org/git/reproducible/$GIT/?h=pu/reproducible_builds" ;;
	URL="https://anonscm.debian.org/git/reproducible/$GIT/?h=pu/reproducible_builds"
	custom_curl $URL $TMPFILE
	if [ "$(grep "'error'>No repositories found" $TMPFILE 2>/dev/null)" ] ; then
		write_row "<span class=\"red\">no git repository found:</span><br />$URL"