From 2f9e4ce2f2b2f58fb8569ac8a5b6a2825cf05e95 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 13 Jun 2020 00:25:03 +0300 Subject: [PATCH] kiss-help: Fallback to 404 --- contrib/kiss-help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/kiss-help b/contrib/kiss-help index 649691b..8b9a108 100755 --- a/contrib/kiss-help +++ b/contrib/kiss-help @@ -9,5 +9,5 @@ cd "$KISS_ROOT/usr/share/doc/kiss" 2>/dev/null || { [ -f "${1:-.}/index.txt" ] && file=./${1:-.}/index.txt [ -f "${1:-.}.txt" ] && file=./${1:-.}.txt -"${PAGER:-less}" "$file" +"${PAGER:-less}" "${file:-404.txt}"