diff options
Diffstat (limited to 'include/git.sh')
-rwxr-xr-x | include/git.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git.sh b/include/git.sh index 9e6c60db..1c458f08 100755 --- a/include/git.sh +++ b/include/git.sh @@ -75,7 +75,7 @@ fetch_project_repo() clone_project [ "${depend}" = "" ] || for d in ${depend} ; do - x_ ./update project trees -f ${d} + x_ ./update trees -f ${d} done x_ rm -Rf "${tmp_git_dir}" } |