refactor: use env to locate bash

This commit is contained in:
Michael Vines 2018-11-11 08:13:20 -08:00
parent 5ce16c2cbb
commit 680d2d18ea
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash -e
#!/usr/bin/env bash
set -e
usage() {
exitcode=0

View File

@ -1,4 +1,5 @@
#!/bin/bash -ex
#!/usr/bin/env bash
set -ex
make -C ../../../examples/bpf-c-noop/
cp ../../../examples/bpf-c-noop/out/noop.o .