From: Doug Coleman Date: Sun, 15 Mar 2020 18:46:42 +0000 (-0500) Subject: build.sh: Tab snuck into my commit... X-Git-Tag: 0.99~3366 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=8c97ea20deaa309424886aa16f3b4683f086ec56 build.sh: Tab snuck into my commit... --- diff --git a/build.sh b/build.sh index 3327fc095d..29687ba350 100755 --- a/build.sh +++ b/build.sh @@ -497,7 +497,7 @@ git_fetch() { branch=$(current_git_branch) rm -f "$(update_script_name)" - $ECHO git fetch "$GIT_URL" "$branch" + $ECHO git fetch "$GIT_URL" "$branch" invoke_git fetch "$GIT_URL" "$branch" if update_script_changed; then