mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 05:58:11 +00:00
Fix bug in bump_version.sh
Missing quotes around "version" in module.json
This commit is contained in:
parent
37ff14062e
commit
67e4652bfc
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ sed -e "s/version:\".\{1,\}/version:\"$VERSION\"/g" < tests/suites/test_suite_ve
|
|||
mv tmp tests/suites/test_suite_version.data
|
||||
|
||||
[ $VERBOSE ] && echo "Bumping version in yotta/data/module.json"
|
||||
sed -e "s/\"version\": \".\{1,\}\"/version: \"$VERSION\"/g" < yotta/data/module.json > tmp
|
||||
sed -e "s/\"version\": \".\{1,\}\"/\"version\": \"$VERSION\"/g" < yotta/data/module.json > tmp
|
||||
mv tmp yotta/data/module.json
|
||||
|
||||
[ $VERBOSE ] && echo "Bumping PROJECT_NAME in doxygen/mbedtls.doxyfile and doxygen/input/doc_mainpage.h"
|
||||
|
|
Loading…
Reference in a new issue