From 543f33c9c002df8575281078f2b2f257d31dd47c Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Thu, 16 Jul 2020 10:55:59 +1000 Subject: [PATCH] put xclip in correct location --- bin/cadmus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cadmus b/bin/cadmus index 7da3c09..c63ba78 100755 --- a/bin/cadmus +++ b/bin/cadmus @@ -198,7 +198,7 @@ CadmusTools () { ;; backlinks) shift; "${script_dir}/tools/List-Backlinks.sh" "${NOTES_DIR}" ${@:-} && exit 0 ;; - link) shift; "${script_dir}/tools/LinkMarkdownNotes.sh" | xclip -selection clipboard "${NOTES_DIR}" && exit 0 + link) shift; "${script_dir}/tools/LinkMarkdownNotes.sh" "${NOTES_DIR}" | xclip -selection clipboard && exit 0 ;; fix) shift; "${script_dir}/tools/fixLink.sh" "${NOTES_DIR}" && exit 0 ;;