hack: update shebang (#755)

Make the shebang work on NixOS and other non-Ubuntu systems.
This commit is contained in:
zimbatm 2019-12-10 13:54:12 +00:00 committed by Dmitry Dolgov
parent 7037974d48
commit 076116589d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -o errexit set -o errexit
set -o nounset set -o nounset

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -o errexit set -o errexit
set -o nounset set -o nounset