diff options
| author | John MacFarlane <[email protected]> | 2023-01-20 09:36:21 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-01-20 09:36:21 -0800 |
| commit | 81806352208e2457e86bfd3a45aa4b1244a1aabd (patch) | |
| tree | c5231fc4fb2ab347de9a239d62b88b4726af0945 /linux | |
| parent | adf9e9088d08fa00c0b560240b83327724b78846 (diff) | |
make_artifacts.sh: roll back quoting of CABALOPTS.
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/make_artifacts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index cda402e2c..41700d409 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -23,8 +23,8 @@ ghc --version cabal update cabal clean -cabal test "$CABALOPTS" --ghc-options="$GHCOPTS" all -cabal install "$CABALOPTS" --ghc-options="$GHCOPTS" --install-method=copy --installdir="$ARTIFACTS" pandoc-cli +cabal test $CABALOPTS --ghc-options="$GHCOPTS" all +cabal install $CABALOPTS --ghc-options="$GHCOPTS" --install-method=copy --installdir="$ARTIFACTS" pandoc-cli # Confirm that we have static builds file "$ARTIFACTS/pandoc" | grep "statically linked" |
