We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27473a0 commit e7b8e1aCopy full SHA for e7b8e1a
script/bootstrap
@@ -23,12 +23,6 @@ main ()
23
{
24
config
25
26
- if [ -n "$REQUIRED_TOOLS" ]
27
- then
28
- echo "*** Checking dependencies..."
29
- check_deps
30
- fi
31
-
32
local submodules=$(git submodule status)
33
local result=$?
34
@@ -42,6 +36,12 @@ main ()
42
36
echo "*** Updating submodules..."
43
37
update_submodules
44
38
fi
39
+
40
+ if [ -n "$REQUIRED_TOOLS" ]
41
+ then
+ echo "*** Checking dependencies..."
+ check_deps
+ fi
45
}
46
47
check_deps ()
0 commit comments