[Git][ghc/ghc][wip/hadrian-windows-bindist] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Aug 15 14:42:01 UTC 2023
Matthew Pickering pushed to branch wip/hadrian-windows-bindist at Glasgow Haskell Compiler / GHC
Commits:
1520418d by Matthew Pickering at 2023-08-15T15:41:37+01:00
fix
- - - - -
1 changed file:
- m4/fp_settings.m4
Changes:
=====================================
m4/fp_settings.m4
=====================================
@@ -43,7 +43,7 @@ dnl ghc-toolchain.
AC_DEFUN([SUBST_TOOLDIR],
[
dnl and Note [How we configure the bundled windows toolchain]
- $1=`echo $$1 | sed 's%'"$mingw_prefix"'%'"$mingw_install_prefix"'%'`
+ $1=`echo "$$1" | sed 's%'"$mingw_prefix"'%'"$mingw_install_prefix"'%'`
])
# FP_SETTINGS
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1520418d1f861e96e0b2bedeeacfbb318a269338
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1520418d1f861e96e0b2bedeeacfbb318a269338
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230815/992f563f/attachment-0001.html>
More information about the ghc-commits
mailing list