fix missing quotation in ghc_check_bootstrap
This commit is contained in:
parent
e6a0b6cbfe
commit
5d0da9c487
@ -12,7 +12,7 @@ if [ ! "$(ghc --info | grep \\"Booter\\ version\\",\\"%{ghc_version}\\")" ]; the
|
|||||||
%if %{undefined ghc_bootstrapping}\
|
%if %{undefined ghc_bootstrapping}\
|
||||||
echo "The ghc package should be rebuilt against its current version before\
|
echo "The ghc package should be rebuilt against its current version before\
|
||||||
proceeding, to avoid dependency ABI breakage from a future ghc rebuild."\
|
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."\
|
echo "Aborting."\
|
||||||
exit 1\
|
exit 1\
|
||||||
%endif\
|
%endif\
|
||||||
|
Loading…
Reference in New Issue
Block a user