diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-10-20 08:58:02 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-10-20 08:58:02 +0100 | 
| commit | baa3d4f217863ff34c03d54c4014f53812ae12ec (patch) | |
| tree | 12668b7757d6885249468f223c8d9d76e96dddb6 | |
| parent | 8de7bc93397a95312b742bc5af733208f702f3a8 (diff) | |
Revert "include/git: don't re-download single-trees"
This reverts commit 8de7bc93397a95312b742bc5af733208f702f3a8.
| -rwxr-xr-x | include/git.sh | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/include/git.sh b/include/git.sh index e08d0ae4..7f4b1f40 100755 --- a/include/git.sh +++ b/include/git.sh @@ -98,10 +98,6 @@ clone_project()  	loc="${loc#src/}"  	loc="src/${loc}" -	if [ -d "${loc}" ]; then -		printf "%s already exists, so skipping download\n" 1>&2 -		return 0 -	fi  	git clone ${url} "${tmp_git_dir}" || \  	    git clone ${bkup_url} "${tmp_git_dir}" || \ | 
