diff options
Diffstat (limited to 'mcp/patches')
-rw-r--r-- | mcp/patches/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/patches/Makefile b/mcp/patches/Makefile index ae89498ae..061c647e6 100644 --- a/mcp/patches/Makefile +++ b/mcp/patches/Makefile @@ -50,7 +50,7 @@ sub: .cachefuelinfo @if [ -n "${FUEL_TRACK_REMOTES}" ]; then \ cd ${F_GIT_ROOT} && git submodule update --init --remote 2>/dev/null; \ else \ - git submodule update --init 2>/dev/null; \ + cd ${F_GIT_ROOT} && git submodule update --init 2>/dev/null; \ fi @touch $@ |