summaryrefslogtreecommitdiff
path: root/help3xsl/get_hid2file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/get_hid2file.sh')
-rwxr-xr-xhelp3xsl/get_hid2file.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/help3xsl/get_hid2file.sh b/help3xsl/get_hid2file.sh
index 480572ed66..bf201da37f 100755
--- a/help3xsl/get_hid2file.sh
+++ b/help3xsl/get_hid2file.sh
@@ -17,7 +17,7 @@
#
###########################################
-workDir=$(realpath $2)
+workDir=$2
productversion=$1
helpFiles=$(realpath $workDir/../helpcontent2/source/text)
@@ -37,4 +37,3 @@ echo 'var map={' >> $bookmarkFile
awk 'NF' $tempFile >> $bookmarkFile
echo '};' >> $bookmarkFile
rm -f $tempFile
-exit