From 75a766a362629a1b312ba9b95d2c41f91c3b20a5 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 1 Oct 2021 21:11:30 +0000 Subject: hadrian: Fix incorrect ticket reference This was supposed to refer to #20253. --- hadrian/src/Rules/BinaryDist.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadrian/src/Rules/BinaryDist.hs b/hadrian/src/Rules/BinaryDist.hs index 743547917c..1887314659 100644 --- a/hadrian/src/Rules/BinaryDist.hs +++ b/hadrian/src/Rules/BinaryDist.hs @@ -197,7 +197,7 @@ bindistRules = do -- The settings file must be regenerated by the bindist installation -- logic to account for the environment discovered by the bindist -- configure script on the host. Not on Windows, however, where - -- we do not ship a configure script with the bindist. See #20254. + -- we do not ship a configure script with the bindist. See #20253. unless windowsHost $ removeFile (bindistFilesDir -/- "lib" -/- "settings") -- cgit v1.2.1