git://git.halfball.org
/
cni.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b589f29
)
script/priv-net-run: improve shebang compatibility
author
Stefan Junker
<mail@stefanjunker.de>
Fri, 29 Jan 2016 10:17:40 +0000
(11:17 +0100)
committer
Stefan Junker
<mail@stefanjunker.de>
Fri, 29 Jan 2016 10:17:55 +0000
(11:17 +0100)
scripts/priv-net-run.sh
patch
|
blob
|
history
diff --git
a/scripts/priv-net-run.sh
b/scripts/priv-net-run.sh
index
d96d31e
..
3dd1a60
100755
(executable)
--- a/
scripts/priv-net-run.sh
+++ b/
scripts/priv-net-run.sh
@@
-1,4
+1,5
@@
-#!/bin/bash -e
+#!/usr/bin/env bash
+set -e
# Run a command in a private network namespace
# set up by CNI plugins