aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/recit-entries3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries
index e76f14d..9cb45ca 100755
--- a/libexec/recit-entries
+++ b/libexec/recit-entries
@@ -59,7 +59,8 @@ if ! [[ "$project" = "" ]]; then
fi
if [[ "$expression" = "" ]]; then
- recsel -t Entry "${recfile}" | recfmt -f share/recit/templates/entries.templ
+ out=$(recsel -t Entry "${recfile}" | recfmt -f share/recit/templates/entries.templ)
+ echo -e "$out"
else
recsel -t Entry -e "$expression" "${recfile}"
fi