Skip to content

Commit

Permalink
nixos-compatible bash invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tijlleenders committed Oct 25, 2024
1 parent f3630cf commit 1eebc59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/deno_bench.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash

deno bench --unstable --allow-read
2 changes: 1 addition & 1 deletion scripts/deno_test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -euo pipefail

Expand Down

0 comments on commit 1eebc59

Please sign in to comment.