Unverified Commit 1f5ae3b7 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible debian: build: fix variable name…

parent 988c1e94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ call_diffoscope_on_changes_files() {

	# we have a working diffoscope!
	log_info "$DIFFOSCOPE will be used to compare the two builds:"
	if [ $(echo $DIFFOSCOPE_VERSION | awk '{print $2}') -ge 202 ]; then
	if [ "$(echo "$DIFFOSCOPE" | awk '{print $2}')" -ge 202 ]; then
		# this --timeout 120m below is arbitrary and can be subject to further evaluation later
		DIFFOSCOPE_TIMEOUT="--timeout $(( 120 * 60 ))"
	fi