aboutsummaryrefslogtreecommitdiffstats
path: root/util/udall
diff options
context:
space:
mode:
Diffstat (limited to 'util/udall')
-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