git.sh: fix submodule path
i accidentally cloned to tmpdir rather than tmpgit oops! Signed-off-by: Leah Rowe <leah@libreboot.org>audit2-merge1
parent
7ac2264f53
commit
a29cf274bc
|
@ -125,7 +125,7 @@ fetch_submodule()
|
||||||
|
|
||||||
rm -Rf "$tmpgit/$1" || $err "!rm '$mdir' '$1'"
|
rm -Rf "$tmpgit/$1" || $err "!rm '$mdir' '$1'"
|
||||||
|
|
||||||
tmpclone "$subrepo" "$subrepo_bkup" "$tmpdir/$1" "$subrev" \
|
tmpclone "$subrepo" "$subrepo_bkup" "$tmpgit/$1" "$subrev" \
|
||||||
"$mdir/${1##*/}/patches"
|
"$mdir/${1##*/}/patches"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue