diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-10-18 09:27:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-10-18 09:27:52 +0200 |
commit | 2a8cabe86a90dfd1ea1164a009c9881f98d211b0 (patch) | |
tree | 000f4c9e475dd494ec97405e64efcd8c25aed5cb /g | |
parent | fc8f76395dce902b6599cdfc471b0074919c4fa4 (diff) |
g: fix typo
Change-Id: I97484d8647549646117f6c51dde4eb17ec82c8be
Diffstat (limited to 'g')
-rwxr-xr-x | g | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |