From b54cbc4817bf7fffd379a986b49fb0df9f5bc7c9 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Wed, 9 Dec 2009 19:49:03 +0000
Subject: [PATCH] Fix some quoting problems in the tests

---
 tests/ghc_ghci/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/ghc_ghci/Makefile b/tests/ghc_ghci/Makefile
index 335fb9d..6bb2383 100644
--- a/tests/ghc_ghci/Makefile
+++ b/tests/ghc_ghci/Makefile
@@ -8,6 +8,6 @@ include $(TOP)/mk/test.mk
 
 hpc_ghc_ghci:
 	rm -f A.o A.hi
-	$(TEST_HC) -fhpc -c A.hs
-	echo b | $(TEST_HC) -v0 --interactive B.hs
+	'$(TEST_HC)' -fhpc -c A.hs
+	echo b | '$(TEST_HC)' -v0 --interactive B.hs
 
-- 
GitLab