From ecc060302b13d5a6ffb0fdfb0625b90f2fbfca0f Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Sun, 1 May 2016 18:05:28 +0200
Subject: deriveConstants: Fix nm advice one last time

Missing a close paren.
---
 utils/deriveConstants/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'utils/deriveConstants')

diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs
index 6cd48d4564..1878fd9daf 100644
--- a/utils/deriveConstants/Main.hs
+++ b/utils/deriveConstants/Main.hs
@@ -693,7 +693,7 @@ getWanted verbose os tmpdir gccProgram gccFlags nmProgram mobjdumpProgram
              Just 0x292 -> die $ "broken 'nm' detected, see https://ghc.haskell.org/ticket/11744.\n"
                               ++ "\n"
                               ++ "Workaround: You may want to pass\n"
-                              ++ "    --with-nm=$(xcrun --find nm-classic\n"
+                              ++ "    --with-nm=$(xcrun --find nm-classic)\n"
                               ++ "to 'configure'.\n"
              Just x     -> die ("unexpected value round-tripped for CONTROL_GROUP_CONST_291: " ++ show x)
 
-- 
cgit v1.2.1