aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"