We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e785c commit 8cee295Copy full SHA for 8cee295
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 7d5d732566f783d6c3dd1e80d2ee9d20b49f7c8e
+refs/heads/master: c0d220362fb1a09f4e2a9e0f98e74a01bf568ba5
trunk/configure
@@ -409,13 +409,13 @@ NEED_UPDATE=$(test "($NEED_INIT)" -o "$NEED_UPDATE_COUNT" -gt 0)$?
409
if [ $NEED_INIT ]
410
then
411
msg "git: submodule init"
412
- ${CFG_GIT} submodule init --quiet
+ "${CFG_GIT}" submodule init --quiet
413
fi
414
415
if [ $NEED_UPDATE ]
416
417
msg "git: submodule update"
418
- ${CFG_GIT} submodule update --quiet
+ "${CFG_GIT}" submodule update --quiet
419
420
421
cd ${CFG_BUILD_DIR}
0 commit comments