From 5d0da9c487695bedfc61feb409b1fde78ed5b9c1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Jun 2011 17:11:17 +0900 Subject: [PATCH] fix missing quotation in ghc_check_bootstrap --- ghc-rpm-macros.ghc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-rpm-macros.ghc b/ghc-rpm-macros.ghc index 1d96842..48fb713 100644 --- a/ghc-rpm-macros.ghc +++ b/ghc-rpm-macros.ghc @@ -12,7 +12,7 @@ if [ ! "$(ghc --info | grep \\"Booter\\ version\\",\\"%{ghc_version}\\")" ]; the %if %{undefined ghc_bootstrapping}\ echo "The ghc package should be rebuilt against its current version before\ proceeding, to avoid dependency ABI breakage from a future ghc rebuild."\ - echo "To override set ghc_bootstrapping. + echo "To override set ghc_bootstrapping."\ echo "Aborting."\ exit 1\ %endif\