g: fix typo

Change-Id: I97484d8647549646117f6c51dde4eb17ec82c8be
This commit is contained in:
Miklos Vajna 2012-10-18 09:27:45 +02:00
parent fc8f76395d
commit 2a8cabe86a

2
g
View file

@ -133,7 +133,7 @@ local repo
for module in $SUBMODULES_CONFIGURED ; do
if [ ! -d ${module?}/.git ] ; then
case "${module?}" in
helcontent2)
helpcontent2)
if [ -d clone/help/.git ] ; then
repo="clone/help/.git"
fi