summaryrefslogtreecommitdiff
path: root/script/handle/make/file
diff options
context:
space:
mode:
Diffstat (limited to 'script/handle/make/file')
-rwxr-xr-xscript/handle/make/file2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/handle/make/file b/script/handle/make/file
index 855ea1c4..dcb2fc6b 100755
--- a/script/handle/make/file
+++ b/script/handle/make/file
@@ -52,7 +52,7 @@ main()
handle_dependencies()
{
- [ -d "${project}" ] || ./fetch "${project%/*}" || \
+ [ -d "${project}" ] || ./update project repo "${project%/*}" || \
err "handle_dependencies: can't fetch ${project%/*}"
[ -d "${project}" ] || \
err "handle_dependencies: ${project%/*} not downloaded"