git.sh: remove unnecessary check
the trees script itself will check that the directory exists, and exit with zero status if it does, without doing anything else other than the return. Signed-off-by: Leah Rowe <leah@libreboot.org>audit2
parent
f3baebe7e1
commit
ce9b2f0a1c
|
@ -52,8 +52,7 @@ fetch_project_repo()
|
|||
|
||||
chkvars url
|
||||
|
||||
[ -n "$xtree" ] && [ ! -d "src/coreboot/$xtree" ] && \
|
||||
x_ ./update trees -f coreboot "$xtree"
|
||||
[ -n "$xtree" ] && x_ ./update trees -f coreboot "$xtree"
|
||||
[ -z "$depend" ] || for d in $depend ; do
|
||||
printf "'%s' needs '%s'; grabbing '%s'\n" "$project" "$d" "$d"
|
||||
x_ ./update trees -f $d
|
||||
|
|
Loading…
Reference in New Issue