fixup! shellcheck
This commit is contained in:
parent
cfa2986e0c
commit
b2e0db9031
2
ghcup
2
ghcup
@ -1776,7 +1776,7 @@ compile_ghc() {
|
|||||||
if echo "${myghcver}" | sed 's/[.]//g' | awk '{ exit ($0 < 881) ? 0 : 1 }' ; then
|
if echo "${myghcver}" | sed 's/[.]//g' | awk '{ exit ($0 < 881) ? 0 : 1 }' ; then
|
||||||
edo ./configure --prefix="${inst_location}" --with-ghc="${bootstrap_ghc}"
|
edo ./configure --prefix="${inst_location}" --with-ghc="${bootstrap_ghc}"
|
||||||
else
|
else
|
||||||
GHC=$(which "${bootstrap_ghc}") edo ./configure --prefix="${inst_location}"
|
GHC=$(command -v "${bootstrap_ghc}") edo ./configure --prefix="${inst_location}"
|
||||||
fi
|
fi
|
||||||
emake -j${JOBS}
|
emake -j${JOBS}
|
||||||
emake install
|
emake install
|
||||||
|
Loading…
Reference in New Issue
Block a user