summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-22 16:03:28 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-22 16:03:28 +0100
commitaa4faf0815b9f3ea839982540599305dd93873af (patch)
tree9f3466bf5532f76ec6cd12992cafc6878b28a50e /include
parent0014269604fb7c34f42a02e00ff40d5b64c88a83 (diff)
git.sh: remove errant line break
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/git.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git.sh b/include/git.sh
index 04119cae..a77314d6 100755
--- a/include/git.sh
+++ b/include/git.sh
@@ -110,7 +110,6 @@ git_prep()
[ "$xbmk_release" = "y" ] && [ "$_loc" != "src/$project/$project" ] \
&& rmgit "$tmpgit"
-
[ "$_loc" = "${_loc%/*}" ] || x_ mkdir -p "${_loc%/*}"
mv "$tmpgit" "$_loc" || $err "git_prep: !mv $tmpgit $_loc"
[ -n "$xtree" ] && [ ! -d "src/coreboot/$xtree" ] && \