aboutsummaryrefslogtreecommitdiffstats
path: root/sitesummary-client
diff options
context:
space:
mode:
Diffstat (limited to 'sitesummary-client')
-rw-r--r--sitesummary-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitesummary-client b/sitesummary-client
index e799bd8..9e53e1f 100644
--- a/sitesummary-client
+++ b/sitesummary-client
@@ -58,7 +58,7 @@ mkdir $tmpdir && cd $tmpdir
for fragdir in $fragdirs ; do
[ -d $fragdir ] || continue
for frag in $fragdir/*; do
- [ -x $frag ] && $frag
+ [ -x $frag ] && $frag || true
done
done