X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=widgets.sh;h=45084750583ff4369bab691385337bfea6a4a4aa;hp=a7fb63381366fdb5b154845038d4727700ffcc40;hb=1b79a90402ee3fe450575085470b3ec6d084d78b;hpb=4fa45dcb5617057ce673d3db42b941aae9f66271 diff --git a/widgets.sh b/widgets.sh index a7fb633..4508475 100644 --- a/widgets.sh +++ b/widgets.sh @@ -26,7 +26,7 @@ w_ascii=' w_tags="$_DATA/.index/tags.cache"; w_tagcategories="$_DATA/.index/tagcategories.cache" if [ ! -f "$w_tags" -o ! -f "$w_tagcategories" ] \ - || [ "$(find "$_DATA/" -path '*/.index/meta' -newer "$w_tags" -quit)" ] + || [ "$(find "$_DATA/" -path '*/.index/meta' -newer "$w_tags")" ] then w_tags="$( { local cn=1 find "$_DATA/" -path '*/.index/meta' -print0 \