Skip to content

Commit

Permalink
Fix tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jan 2, 2018
1 parent b246981 commit 8faa6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ case "$1" in
_exec "$@"
;;
prebuild)
if [ -e .pre ]; then rm -rf src/zero && git submodule update && cd ../../; fi
if [ -e .pre ]; then rm -rf src/zero && git submodule update; fi
cd src/zero && cp src/Config.py src/Config.py_ && sed -r "s|self\.version = ['\"](.*)['\"]|self.version = \"\1.$VER_SUFFIX\"|g" -i src/Config.py
cd ../../
touch .pre
Expand Down

0 comments on commit 8faa6f3

Please sign in to comment.