From 6cf18b7d07e11567b053bb9de2bcfd86c96368dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 21 Jan 2023 13:59:37 +0100 Subject: [PATCH] =?UTF-8?q?trunk=20recommended=20this=20change=20=C2=AF\?= =?UTF-8?q?=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/regen-protos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/regen-protos.sh b/bin/regen-protos.sh index abfe7a141..bba445b5a 100755 --- a/bin/regen-protos.sh +++ b/bin/regen-protos.sh @@ -11,9 +11,9 @@ cd protobufs ../nanopb-0.4.7/generator-bin/protoc --nanopb_out=-v:../src/mesh/generated/ -I=../protobufs meshtastic/*.proto cd ../src/mesh/generated/meshtastic -sed -i 's/#include "meshtastic/#include "./g' * +sed -i 's/#include "meshtastic/#include "./g' -- * -sed -i 's/meshtastic_//g' * +sed -i 's/meshtastic_//g' -- * #echo "Regenerating protobuf documentation - if you see an error message" #echo "you can ignore it unless doing a new protobuf release to github."