mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
configure: Quote the git command
This commit is contained in:
parent
7d5d732566
commit
c0d220362f
4
configure
vendored
4
configure
vendored
@ -409,13 +409,13 @@ NEED_UPDATE=$(test "($NEED_INIT)" -o "$NEED_UPDATE_COUNT" -gt 0)$?
|
||||
if [ $NEED_INIT ]
|
||||
then
|
||||
msg "git: submodule init"
|
||||
${CFG_GIT} submodule init --quiet
|
||||
"${CFG_GIT}" submodule init --quiet
|
||||
fi
|
||||
|
||||
if [ $NEED_UPDATE ]
|
||||
then
|
||||
msg "git: submodule update"
|
||||
${CFG_GIT} submodule update --quiet
|
||||
"${CFG_GIT}" submodule update --quiet
|
||||
fi
|
||||
|
||||
cd ${CFG_BUILD_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user