diff options
author | Carl Worth <cworth@cworth.org> | 2007-11-30 16:19:45 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-11-30 16:19:45 -0800 |
commit | 0d932f43fe17b2b65d9e52ff8f9c16122b525223 (patch) | |
tree | e6a2e0701cdfdad77acdaef6a3721abe4e1eb3ea /perf | |
parent | f4b93cceb7fb83de558ed058915f92d4f75c1a6a (diff) |
Explicitly call bash for bash-specific scripts
Thanks to Solaris-using Brian Cameron for pointing out that our
shell scripts are bash-specific. We'd be glad if someone cared to
rewrite them to not require bash, but for now let's have truth in
advertising at least.
Diffstat (limited to 'perf')
-rwxr-xr-x | perf/cairo-perf-diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-diff b/perf/cairo-perf-diff index 95bfd11a..386e3517 100755 --- a/perf/cairo-perf-diff +++ b/perf/cairo-perf-diff @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e usage() { |