aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-03 00:04:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-03 00:04:52 -0300
commitdc6f43c17637647a5669d5f81544ed841176faf8 (patch)
treed1dbec78012397621b92d81f3da83628dfd93c40
parent889dbe5574fba55511329991f763031e2d7bc0e0 (diff)
downloadscripts-dc6f43c17637647a5669d5f81544ed841176faf8.tar.gz
scripts-dc6f43c17637647a5669d5f81544ed841176faf8.tar.bz2
Fix: show: use a more specific .doclist instead of .filelist
-rwxr-xr-xshow2
1 files changed, 1 insertions, 1 deletions
diff --git a/show b/show
index a2a118c..102baae 100755
--- 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"