summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-11-23 19:00:05 +0100
committerDavid Tardon <dtardon@redhat.com>2017-11-23 19:00:05 +0100
commit8aff7a4747fbabc5d8db9c9c52c1e67684965fd4 (patch)
tree582eadd909db07507472b5239e9b45b592a8eb2e
parentd2dec6e9c5aafcc2b64a74bb496d42a965531dff (diff)
create dir before resolving its pathlibreoffice-6-0-branch-point
Change-Id: I4724d2444b0bd9daa6a6f0f8c7165a594db08ad9
-rwxr-xr-xhelp3xsl/get_hid2file.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/get_hid2file.sh b/help3xsl/get_hid2file.sh
index 26d692c87d..480572ed66 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'