diff options
Diffstat (limited to 'resources/scripts/download')
| -rwxr-xr-x | resources/scripts/download/coreboot | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot index ccb407b3..72597c57 100755 --- a/resources/scripts/download/coreboot +++ b/resources/scripts/download/coreboot @@ -132,9 +132,7 @@ gitclone_coreboot_from_upstream()  	[ ! -d coreboot ] && \  		return 1  	[ -d coreboot/coreboot ] && \ -		rm -Rf coreboot/coreboot -	[ -d coreboot/coreboot ] && \ -		return 1 +		return 0  	./gitclone coreboot || \  		return 1  } | 
