From a632ea627e4a2196c8c9656cda3791f542755fa3 Mon Sep 17 00:00:00 2001 From: Marc Hiatt Date: Thu, 7 Dec 2023 13:27:53 +0100 Subject: [PATCH] Remove superfluous check for dir --- worddiv.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worddiv.fish b/worddiv.fish index 9f7bc9d..f300968 100644 --- a/worddiv.fish +++ b/worddiv.fish @@ -15,7 +15,7 @@ function worddiv --description "Interact with TeX and babel (LaTeX) to show word # -f : scope our variable to the function set -f project_path ~/.config/fish/conf.d/worddiv set -f tmpdir $project_path/.cache/tempdir_(date -Ins) - mkdir -p "$tmpdir" || echo "Unable to create temporary directory!" + # mkdir -p "$tmpdir" || echo "Unable to create temporary directory!" # move this to inside the while loop set -f template_filename latex-hyphenation-template.tex set -f expression_filename latex-hyphenation-target.tex set -f secondary_filename latex-hyphenation-target-british.tex