Recreate MR#1419 for dev branch
This commit is contained in:
parent
f81a3ba45d
commit
03a214c8b9
@ -7,7 +7,7 @@ git pull
|
||||
|
||||
if [ -d extend ] ; then
|
||||
for a in theme addon widget ; do
|
||||
if [ -d $a ]; then
|
||||
if [ -d extend/$a ]; then
|
||||
for b in `ls extend/$a` ; do
|
||||
echo Updating $b
|
||||
'util/update_'$a'_repo' $b
|
||||
|
Reference in New Issue
Block a user