diff options
Diffstat (limited to 'libexec/recit-recsel-entries')
-rwxr-xr-x | libexec/recit-recsel-entries | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/recit-recsel-entries b/libexec/recit-recsel-entries index f2ca2f9..e447712 100755 --- a/libexec/recit-recsel-entries +++ b/libexec/recit-recsel-entries @@ -4,8 +4,8 @@ set -e recfile=$(recit-file) if [[ "$1" = "" ]]; then - out=$(recsel -t Entry "$recfile" | recfmt -f share/recit/templates/entries.templ) + out=$(recsel -t Entry "$recfile" | recfmt -f "$_RECIT_ROOT/share/recit/templates/entries.templ") else - out=$(recsel -t Entry "$recfile" -e "$1" | recfmt -f share/recit/templates/entries.templ) + out=$(recsel -t Entry "$recfile" -e "$1" | recfmt -f "$_RECIT_ROOT/share/recit/templates/entries.templ") fi echo -e "$out" |