fgerlits commented on a change in pull request #1119:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1119#discussion_r660346373
##########
File path:
extensions/windows-event-log/tests/custom-provider/generate-and-register.bat
##########
@@ -16,6 +16,12 @@ rem limitations under the License.
cd %1
+set man_path=%1"\unit-test-provider.man"
+set man_path=%man_path:"=%
Review comment:
A comment about what this does could be useful here, as I suspect I am
not the only one who doesn't know the syntax of Windows variable substitution,
and this is difficult to google.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]