We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9702b commit eb2d952Copy full SHA for eb2d952
other/tools/run_protoc.sh
@@ -8,7 +8,7 @@ PLUGIN_INIT="${PLUGIN_DIR}/__init__.py"
8
export TEMPLATE_PATH="${WORK_DIR}/other/templates/"
9
10
function generate {
11
- echo -e "# -*- coding: utf-8 -*-\n" > $PLUGIN_INIT
+ printf "# -*- coding: utf-8 -*-\n\n" > $PLUGIN_INIT
12
13
for PROTO_FILE in `find ${PROTO_DIR} -name "*.proto" -type f`; do
14
0 commit comments