Skip to content

Commit

Permalink
build: Don't hard-code the path to bash
Browse files Browse the repository at this point in the history
This is consistent with the other shell scripts in this directory and
lets ocicnitool build on FreeBSD.

Signed-off-by: Doug Rabson <[email protected]>
  • Loading branch information
dfr committed Dec 10, 2023
1 parent 0885782 commit eb13a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/find-godeps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# $1 - base path of the source tree
# $2 - subpath under $1 to find *.go dependencies for
Expand Down

0 comments on commit eb13a3b

Please sign in to comment.