summaryrefslogtreecommitdiffhomepage
path: root/000.lazy.build
blob: 2d093eaea31a268a46609c1e9f0dd94272ced9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# . ./build.vars and set -o errexit are assumed.
#

if ! is_build_script_done fetch; then
	# Git clone what we need.
	fetch_git lazy				${GITROOT}/lazy;
	set_build_script_done fetch finish;
fi;

# vim:filetype=sh