diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-02 13:29:01 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-16 11:28:27 -0500 |
commit | c58b4fcd35e0772fcc6b457397fcb388deba8dd3 (patch) | |
tree | dc9a0d4d8c07637bcc7bcd2132897bbda3e6d153 /g | |
parent | 3f136b50a9fbc5659170709284871e4a534d573c (diff) |
missing fi in ./g
Change-Id: Ic763d7cd73c2a3df8e5d5146eaf795188d8c79d1
Diffstat (limited to 'g')
-rwxr-xr-x | g | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,6 +147,7 @@ local repo if [ -n "$repo" ] ; then cp -r "${repo?}" "${module?}/." fi + fi done } |