Skip to content

Commit

Permalink
Script updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msleigh committed Jul 28, 2022
1 parent 96cc7cf commit 17d197e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion check
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -eu
set -o pipefail
Expand Down
2 changes: 1 addition & 1 deletion compare
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -eu
set -o pipefail
Expand Down
2 changes: 1 addition & 1 deletion updateref
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -eu
set -o pipefail
Expand Down

0 comments on commit 17d197e

Please sign in to comment.