aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-12-14 22:58:22 +0100
committerMax Kostikov <max@kostikov.co>2018-12-14 22:58:22 +0100
commit1e526e68ab8476dde187a03ec2348c7397d80b26 (patch)
treee5a79f84be83d97e6d4a414250c288af1a36078b
parent4ff3c57976705ce2b7964536d55dabb308cc25dd (diff)
parent03a214c8b9e5bac7d14776286208a153a3edcdf7 (diff)
downloadvolse-hubzilla-1e526e68ab8476dde187a03ec2348c7397d80b26.tar.gz
volse-hubzilla-1e526e68ab8476dde187a03ec2348c7397d80b26.tar.bz2
volse-hubzilla-1e526e68ab8476dde187a03ec2348c7397d80b26.zip
Merge branch 'patch-20181214b' into 'dev'
Recreate MR#1419 for dev branch See merge request hubzilla/core!1428
-rwxr-xr-xutil/udall2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/udall b/util/udall
index f1d52a1d1..44f37e86e 100755
--- a/util/udall
+++ b/util/udall
@@ -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