Skip to content

Commit 0761165

Browse files
zimbatmerthalion
authored andcommitted
hack: update shebang (zalando#755)
Make the shebang work on NixOS and other non-Ubuntu systems.
1 parent 7037974 commit 0761165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/update-codegen.sh

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 -o errexit
44
set -o nounset

hack/verify-codegen.sh

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 -o errexit
44
set -o nounset

0 commit comments

Comments
 (0)