help3xsl/get_hid2file.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8aff7a4747fbabc5d8db9c9c52c1e67684965fd4
Author: David Tardon <dtar...@redhat.com>
Date:   Thu Nov 23 19:00:05 2017 +0100

    create dir before resolving its path
    
    Change-Id: I4724d2444b0bd9daa6a6f0f8c7165a594db08ad9

diff --git a/help3xsl/get_hid2file.sh b/help3xsl/get_hid2file.sh
index 26d692c87..480572ed6 100755
--- a/help3xsl/get_hid2file.sh
+++ b/help3xsl/get_hid2file.sh
@@ -22,8 +22,8 @@ productversion=$1
 
 helpFiles=$(realpath $workDir/../helpcontent2/source/text)
 
+mkdir -p $workDir/HelpTargetHTML/$productversion
 outDir=$(realpath $workDir/HelpTargetHTML/$productversion)
-mkdir -p $outDir
 
 bookmarkFile=$outDir'/hid2file.js'
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to