Skip to content

Commit

Permalink
-o pipefail is not portable
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Apr 13, 2024
1 parent 027ffad commit 4594da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function readDenoFile(): Promise<JsonValue> {
function getHookScript(hookType: HookType): string {
return `#!/bin/sh
# This hook was automatically generated by deno-task-hooks.
set -eou pipefail
set -eu
deno task hooks:${hookType}
`;
}
Expand Down

0 comments on commit 4594da2

Please sign in to comment.