tindex.dcgi: fix results reporting on no results - recipes - various cooking recipes
(HTM) git clone git://src.adamsgaard.dk/recipes
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
---
(DIR) commit e0edbfac7024dc6f6ca06752839ef819120db3d3
(DIR) parent a263f12cac8433971add9005dbc5a23368d2a3be
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 27 Aug 2021 14:45:35 +0200
index.dcgi: fix results reporting on no results
Diffstat:
M index.dcgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/index.dcgi b/index.dcgi
t@@ -39,7 +39,7 @@ if test -n "${search}"; then
fi
printf '\n%s\n' "$results"
else
- printf '\nNo recipes found for: "%s"\n' "$n" "$search"
+ printf '\nNo recipes found for: "%s"\n' "$search"
fi
fi