From 1a924f3a16154bf70f4faeaf6b7cbe006c257eb5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 15 Dec 2020 12:41:33 -0800 Subject: [PATCH] ;shake: wording --- Shake.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index 444ce3c4c..f164d161c 100755 --- a/Shake.hs +++ b/Shake.hs @@ -373,7 +373,7 @@ main = do let pkg = takeDirectory out when (pkg /= "hledger-lib") $ liftIO $ do - putStrLn $ out++": hledger bounds are now (improve if needed):" + putStrLn $ out++": hledger bounds are (improve if needed):" cmd_ Shell grep "'^ *- +hledger.*[<>=]'" out " || [[ $? == 1 ]]" -- ignore no matches, https://unix.stackexchange.com/a/427598