.. -> ...
This commit is contained in:
parent
af5f84919e
commit
ca1a23f856
1 changed files with 2 additions and 2 deletions
4
ctl
4
ctl
|
@ -153,9 +153,9 @@ if [ "$1" == "update" ]; then
|
||||||
if [ -d "$BASE/$NAME/.git" ]; then
|
if [ -d "$BASE/$NAME/.git" ]; then
|
||||||
OLD=`"$0" version`
|
OLD=`"$0" version`
|
||||||
cd "$BASE/platform"
|
cd "$BASE/platform"
|
||||||
echo Update platform..
|
echo Update platform...
|
||||||
git pull
|
git pull
|
||||||
echo Update $NAME..
|
echo Update $NAME...
|
||||||
cd "$BASE/$NAME"
|
cd "$BASE/$NAME"
|
||||||
find . -name "*.pyc" -exec rm "{}" \;
|
find . -name "*.pyc" -exec rm "{}" \;
|
||||||
git pull
|
git pull
|
||||||
|
|
Loading…
Reference in a new issue