Skip to content
Snippets Groups Projects
Commit c82770f5 authored by sheaf's avatar sheaf Committed by Marge Bot
Browse files

Apply shellcheck suggestion to SUBST_TOOLDIR

parent 03fad42e
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,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"'%g'`
set -- "$(echo "$$1" | sed 's%'"$mingw_prefix"'%'"$mingw_install_prefix"'%g')"
])
# FP_SETTINGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment