6-prerelease1

This commit is contained in:
2024-11-13 16:20:42 -07:00
parent ead87552eb
commit 5d8f90b6fc
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ function handleExport() {
restoreExportScriptChk=$?
fi
writeToLog "Ddding $runningDir/add-to-export-sh.txt to $exportScript"
writeToLog "Appending $runningDir/add-to-export-sh.txt to $exportScript"
cat $runningDir/add-to-export-sh.txt >> $exportScript
returnStatus
exportCatChk=$?