Rename poorly named identifier to avoid name conflicts.
[apps/agl-service-can-low-level.git] / generator / protoc-gen-nanopb.bat
index f70ca60..7624984 100644 (file)
@@ -1,3 +1,4 @@
+@echo off
 :: This file is used to invoke nanopb_generator.py as a plugin
 :: to protoc on Windows.
 :: Use it like this:
@@ -8,4 +9,4 @@
 :: --plugin= on the command line.
 
 set mydir=%~dp0
-python %mydir%\nanopb_generator.py --protoc-plugin
+python "%mydir%\nanopb_generator.py" --protoc-plugin