aboutsummaryrefslogtreecommitdiff
path: root/libexec/recit-setup
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-08-22 21:40:59 +0000
committerJulio Capote <jcapote@gmail.com>2022-08-22 21:40:59 +0000
commit262ebb5ba628460e12a688be2957db17e1855d23 (patch)
tree64997a16b9c66ab30f1b6d209ebd3fe9c799d1fd /libexec/recit-setup
parentdc63bf274983b9df8249ce050352533c27f7b41b (diff)
downloadrecit-262ebb5ba628460e12a688be2957db17e1855d23.tar.gz
use $_RECIT_ROOT
Diffstat (limited to 'libexec/recit-setup')
-rwxr-xr-xlibexec/recit-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/recit-setup b/libexec/recit-setup
index 9189bcc..bc8ddf7 100755
--- a/libexec/recit-setup
+++ b/libexec/recit-setup
@@ -12,5 +12,5 @@ if ! [[ "$1" = "force" ]]; then
fi
fi
-cat share/recit/recit.example.rec > "$HOME/.recit.rec"
+cat "$_RECIT_ROOT/share/recit/recit.example.rec" > "$HOME/.recit.rec"
echo "$HOME/.recit.rec" > "$HOME/.recit.location"