[cairo-commit] perf/cairo-perf-diff src/check-def.sh src/check-plt.sh
Carl Worth
cworth at kemper.freedesktop.org
Fri Nov 30 16:21:10 PST 2007
perf/cairo-perf-diff | 2 +-
src/check-def.sh | 2 +-
src/check-plt.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 0d932f43fe17b2b65d9e52ff8f9c16122b525223
Author: Carl Worth <cworth at cworth.org>
Date: Fri Nov 30 16:19:45 2007 -0800
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.
diff --git a/perf/cairo-perf-diff b/perf/cairo-perf-diff
index 95bfd11..386e351 100755
--- a/perf/cairo-perf-diff
+++ b/perf/cairo-perf-diff
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
set -e
usage() {
diff --git a/src/check-def.sh b/src/check-def.sh
index 235263d..e821618 100755
--- a/src/check-def.sh
+++ b/src/check-def.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
LANG=C
diff --git a/src/check-plt.sh b/src/check-plt.sh
index da11056..3cc52b8 100755
--- a/src/check-plt.sh
+++ b/src/check-plt.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
LANG=C
More information about the cairo-commit
mailing list