diff options
author | David Tardon <dtardon@redhat.com> | 2017-11-23 19:00:05 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-11-23 19:00:05 +0100 |
commit | 8aff7a4747fbabc5d8db9c9c52c1e67684965fd4 (patch) | |
tree | 582eadd909db07507472b5239e9b45b592a8eb2e | |
parent | d2dec6e9c5aafcc2b64a74bb496d42a965531dff (diff) |
create dir before resolving its pathlibreoffice-6-0-branch-point
Change-Id: I4724d2444b0bd9daa6a6f0f8c7165a594db08ad9
-rwxr-xr-x | help3xsl/get_hid2file.sh | 2 |
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' |