aboutsummaryrefslogtreecommitdiff
path: root/libexec/recit-recsel-projects
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/recit-recsel-projects')
-rwxr-xr-xlibexec/recit-recsel-projects4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/recit-recsel-projects b/libexec/recit-recsel-projects
index 017e3e4..5838dd5 100755
--- a/libexec/recit-recsel-projects
+++ b/libexec/recit-recsel-projects
@@ -4,8 +4,8 @@ set -e
recfile=$(recit-file)
if [[ "$1" = "" ]]; then
- out=$(recsel -t Project "$recfile" | recfmt -f share/recit/templates/projects.templ)
+ out=$(recsel -t Project "$recfile" | recfmt -f "$_RECIT_ROOT/share/recit/templates/projects.templ")
else
- out=$(recsel -t Project "$recfile" -e "$1" | recfmt -f share/recit/templates/projects.templ)
+ out=$(recsel -t Project "$recfile" -e "$1" | recfmt -f "$_RECIT_ROOT/share/recit/templates/projects.templ")
fi
echo -e "$out"