From 262ebb5ba628460e12a688be2957db17e1855d23 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 22 Aug 2022 17:40:59 -0400 Subject: use $_RECIT_ROOT --- libexec/recit-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/recit-setup') 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" -- cgit v1.2.3