.. -> ...

This commit is contained in:
rlx 2016-01-14 11:46:29 +05:30
parent af5f84919e
commit ca1a23f856
1 changed files with 2 additions and 2 deletions

4
ctl
View File

@ -153,9 +153,9 @@ if [ "$1" == "update" ]; then
if [ -d "$BASE/$NAME/.git" ]; then
OLD=`"$0" version`
cd "$BASE/platform"
echo Update platform..
echo Update platform...
git pull
echo Update $NAME..
echo Update $NAME...
cd "$BASE/$NAME"
find . -name "*.pyc" -exec rm "{}" \;
git pull