Unverified Commit 41d22290 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible debian: build.sh: fixup ca3416d7, s/E404/404/

parent 975ea2f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@ get_source_package() {
		if [ "$MODE" = "master" ] ; then
			handle_E404
		else
			exit E404
			exit 404
		fi
	fi
}