diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-22 16:03:28 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-22 16:03:28 +0100 |
commit | aa4faf0815b9f3ea839982540599305dd93873af (patch) | |
tree | 9f3466bf5532f76ec6cd12992cafc6878b28a50e | |
parent | 0014269604fb7c34f42a02e00ff40d5b64c88a83 (diff) |
git.sh: remove errant line break
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | include/git.sh | 1 |
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" ] && \ |