Skip to content

Commit

Permalink
scripts: prefer shell over bash
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jul 26, 2022
1 parent 9e2a01b commit d77bd14
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build_all_zig.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

set -eu

Expand Down
2 changes: 1 addition & 1 deletion build_release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

set -eu

Expand Down
2 changes: 1 addition & 1 deletion changelog.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

set -eu

Expand Down
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

set -eu

Expand Down
2 changes: 1 addition & 1 deletion release_num.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

set -eu

Expand Down
2 changes: 1 addition & 1 deletion tools/gen_stage2.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

set -eu

Expand Down
2 changes: 1 addition & 1 deletion tools/gen_stage3.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

set -eu

Expand Down
2 changes: 1 addition & 1 deletion tools/gen_stage4.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh

set -eu

Expand Down

0 comments on commit d77bd14

Please sign in to comment.