From 53431d9ac6a07ac4fa7c7797f24751d1b1de1b6d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 25 Jan 2024 08:56:13 -1000 Subject: [PATCH] ;just: note GNU/linux portability issue --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index 7c456003f..e12774b6f 100644 --- a/Justfile +++ b/Justfile @@ -204,6 +204,7 @@ DOCSOURCEFILES := ' CONTRIBUTING.md ' + MANUALSOURCEFILES + COMMANDHELPFILES TESTFILES := `fd '\.test$' --exclude ledger-compat` +# XXX it's fd-find on gnu/linux ? # # file(s) which require recompilation for a build to have an up-to-date version string # VERSIONSOURCEFILE := 'hledger/Hledger/Cli/Version.hs'