Fix protoc-gen-nanopb when the path contains spaces
This commit is contained in:
@@ -9,4 +9,5 @@
|
||||
# path is already set up properly and there is no need to give
|
||||
# --plugin= on the command line.
|
||||
|
||||
exec python $(dirname $0)/nanopb_generator.py --protoc-plugin
|
||||
MYPATH=$(dirname "$0")
|
||||
exec python "$MYPATH/nanopb_generator.py" --protoc-plugin
|
||||
|
||||
Reference in New Issue
Block a user