scripts: improve shebang compatibility

This commit is contained in:
Stefan Junker
2016-01-27 10:25:53 +01:00
parent 1da421150c
commit 28d18d3e73
3 changed files with 5 additions and 3 deletions

3
build
View File

@ -1,4 +1,5 @@
#!/bin/bash -e
#!/usr/bin/env bash
set -e
ORG_PATH="github.com/appc"
REPO_PATH="${ORG_PATH}/cni"