Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit c20110f

Browse files
authored
Merge pull request #7 from crawford/bash
build: don't hardcode path to bash
2 parents edaeaa0 + 5bb7f54 commit c20110f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/bash -e
1+
#!/usr/bin/env bash
2+
3+
set -e
24

35
ORG_PATH="github.com/coreos"
46
REPO_PATH="${ORG_PATH}/coreos-userdata-validator"

0 commit comments

Comments
 (0)