[Libreoffice-commits] core.git: solenv/bin

Norbert Thiebaud nthiebaud at gmail.com
Tue May 23 21:31:57 UTC 2017


 solenv/bin/mkdocs_portal.sh |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b8a1797e1511bdee779112f09b1e64098591b9fe
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue May 23 16:31:27 2017 -0500

    mkdocs_portal: reset local variable in loop
    
    Change-Id: I0c66717c0fac6d4d1bb6a33b8a196066f0f880d1

diff --git a/solenv/bin/mkdocs_portal.sh b/solenv/bin/mkdocs_portal.sh
index 468e94d68f73..352d2a7bb570 100755
--- a/solenv/bin/mkdocs_portal.sh
+++ b/solenv/bin/mkdocs_portal.sh
@@ -95,6 +95,7 @@ header "LibreOffice Modules" " " "$BASE_OUTPUT/index.html"
 
 for module_name in *; do
     if [ -d $module_name ]; then
+        cur_file=
         if [ -f $module_name/readme.txt ] ; then
             cur_file="$module_name/readme.txt"
         elif [ -f $module_name/README ] ; then


More information about the Libreoffice-commits mailing list