Skip to content

Commit a65f780

Browse files
authored
Merge pull request #29 from glydways/non-fhs
`hooks/`: Use `/usr/bin/env` for shell directive instead of hard-coded paths
2 parents 13b346e + 313555b commit a65f780

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hooks/checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -euo pipefail
44

hooks/environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44

0 commit comments

Comments
 (0)