Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 343355
Collapse All | Expand All

(-)bzr.eclass (+3 lines)
Lines 231-236 bzr_fetch() { Link Here
231
			|| die "${EBZR}: export failed"
231
			|| die "${EBZR}: export failed"
232
	fi
232
	fi
233
233
234
	export EBZR_TREE_CRC32=$(awk '$1 == "crc32:" { print $2; exit }' \
235
		.bzr/checkout/dirstate)
236
234
	popd > /dev/null
237
	popd > /dev/null
235
}
238
}
236
239

Return to bug 343355