aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJoseph Beckenbach <jbeckenbach@lancope.com>2014-03-26 15:08:46 +0000
committerCyril Hrubis <chrubis@suse.cz>2014-04-01 15:47:58 +0200
commit169720fd17d0632b78499d7b8168727736c98fb0 (patch)
tree67048c4e2e695c1101e4abe4357e945755dd4b5d /utils
parent3979cf9511c09ce4fc60edaed4bc244dda9e6f89 (diff)
Fix shell scripts to run correctly on Debian
Temporarily change shebang to /bin/bash in scripts that depends on bash extensions. Also corrects a few 'exit -1' in netns/*.sh scripts. Signed-off-by: Joseph Beckenbach <jbeckenbach@lancope.com> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
Diffstat (limited to 'utils')
-rw-r--r--utils/benchmark/kernbench-0.42/kernbench2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/benchmark/kernbench-0.42/kernbench b/utils/benchmark/kernbench-0.42/kernbench
index 65e2c635e..2d5817bed 100644
--- a/utils/benchmark/kernbench-0.42/kernbench
+++ b/utils/benchmark/kernbench-0.42/kernbench
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# kernbench by Con Kolivas <kernbench@kolivas.org>
# based on a benchmark by Martin J. Bligh
trap 'echo "ABORTING";exit' 1 2 15