Skip to content

Commit 333eaa9

Browse files
committed
Update shebang to /usr/bin/env $shell
1 parent 25d7dad commit 333eaa9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env sh
22

33
git add "$(./sha256-update.sh)"
44

sha256-update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#!/usr/bin/env sh
22

33
out=update-golang.sh.sha256
44

shellcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
shellcheck -e SC2153,SC2016 pre-commit sha256-update.sh update-golang.sh

update-golang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#
33
# update-golang is a script to easily fetch and install new Golang releases
44
#

0 commit comments

Comments
 (0)