Skip to content

Commit aad0c02

Browse files
committed
shellcheck more scripts
1 parent 082954c commit aad0c02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Shakefile.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,11 @@ main = do
243243
scriptFiles <- getDirectoryFiles ""
244244
[ "tests/run-tests.sh"
245245
, "package/collect_files.sh"
246-
, "package/mac/build-package.sh"
246+
, "package/linux/build-in-docker.sh"
247247
, "package/linux/build-package.sh"
248+
, "package/mac/build-package.sh"
249+
, "package/nix/build.sh"
250+
, "package/win/build-package.sh"
248251
]
249252
let oks = ["_build" </> f <.> "shellcheck.ok" | f <- scriptFiles]
250253
need oks

0 commit comments

Comments
 (0)