summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-10-02 13:29:01 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-16 11:28:27 -0500
commitc58b4fcd35e0772fcc6b457397fcb388deba8dd3 (patch)
treedc9a0d4d8c07637bcc7bcd2132897bbda3e6d153 /g
parent3f136b50a9fbc5659170709284871e4a534d573c (diff)
missing fi in ./g
Change-Id: Ic763d7cd73c2a3df8e5d5146eaf795188d8c79d1
Diffstat (limited to 'g')
-rwxr-xr-xg1
1 files changed, 1 insertions, 0 deletions
diff --git a/g b/g
index f70cac1098ce..aa53015f9f8b 100755
--- a/g
+++ b/g
@@ -147,6 +147,7 @@ local repo
if [ -n "$repo" ] ; then
cp -r "${repo?}" "${module?}/."
fi
+ fi
done
}