diff options
| -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" ] && \  | 
