diff options
| author | John MacFarlane <[email protected]> | 2023-03-12 13:36:48 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-12 13:36:48 -0700 |
| commit | a30927bb954410d8211f2edcd755ab947a865123 (patch) | |
| tree | c3d7043faa008620bf402fe96a0d11a674909e8c /linux | |
| parent | fa62239a5d38dea09cfe5cd4901231117d51810e (diff) | |
linux/make_artifacts.sh: fix typo.
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/make_artifacts.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 02b0a9a22..972b07b43 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -2,7 +2,6 @@ set -e cabal build $CABALOPTS --ghc-options="$GHCOPTS" pandoc-cli -BINPATH=$(cabal BINPATH=$(cabal list-bin $CABALOPTS --ghc-options="$GHCOPTS" pandoc-cli) echo "Built executable: $BINPATH" |
