Recreate MR#1419 for dev branch

This commit is contained in:
DM42.Net (Matt Dent) 2018-12-14 10:05:41 -05:00
parent f81a3ba45d
commit 03a214c8b9

View File

@ -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