]> gitweb.fluxo.info Git - scripts.git/commitdiff
Fix: show: use a more specific .doclist instead of .filelist
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Aug 2024 03:04:52 +0000 (00:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Aug 2024 03:04:52 +0000 (00:04 -0300)
show

diff --git a/show b/show
index a2a118c0d65de252202925fce30949f4d9f34794..102baaec141f12de96031702fadb63d20e1ef976 100755 (executable)
--- a/show
+++ b/show
@@ -8,7 +8,7 @@ PROGRAM="$0"
 BASENAME="`basename $0`"
 DOCS="$HOME/data/doc"
 BIBLIO="$DOCS/bibliographies"
-FILELIST=".filelist"
+FILELIST=".doclist"
 LIST="$DOCS/$FILELIST"
 DOC_PATTERN=".*\.(txt|doc|docx|rtf|pdf|sxc|csv|odt|odf|ods|xls|xlsx|ppt|epub|mobi|djvu|lit)"
 FIND_OPTS="-regextype posix-egrep -iregex"