Skip to content

Commit 8cee295

Browse files
committed
---
yaml --- r: 6167 b: refs/heads/master c: c0d2203 h: refs/heads/master i: 6165: 518303d 6163: c88866a 6159: f82f335 v: v3
1 parent c0e785c commit 8cee295

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7d5d732566f783d6c3dd1e80d2ee9d20b49f7c8e
2+
refs/heads/master: c0d220362fb1a09f4e2a9e0f98e74a01bf568ba5

trunk/configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -409,13 +409,13 @@ NEED_UPDATE=$(test "($NEED_INIT)" -o "$NEED_UPDATE_COUNT" -gt 0)$?
409409
if [ $NEED_INIT ]
410410
then
411411
msg "git: submodule init"
412-
${CFG_GIT} submodule init --quiet
412+
"${CFG_GIT}" submodule init --quiet
413413
fi
414414

415415
if [ $NEED_UPDATE ]
416416
then
417417
msg "git: submodule update"
418-
${CFG_GIT} submodule update --quiet
418+
"${CFG_GIT}" submodule update --quiet
419419
fi
420420

421421
cd ${CFG_BUILD_DIR}

0 commit comments

Comments
 (0)