mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-06 03:50:46 +00:00
protogen uses output dir readonly variable
This commit is contained in:
@@ -40,7 +40,7 @@ echo "proto files have been compiled"
|
||||
echo "removing copied files"
|
||||
|
||||
find ${OUTDIR}/proto/tendermint/ -name *.proto \
|
||||
| sed "s/\.\/$OUTDIR\/\(.*\)/\1/g" \
|
||||
| sed "s/$OUTDIR\/\(.*\)/\1/g" \
|
||||
| xargs -I {} rm {}
|
||||
|
||||
rm -rf ${OUTDIR}
|
||||
|
||||
Reference in New Issue
Block a user