summaryrefslogtreecommitdiff
path: root/src/check-plt.sh
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-11-30 16:19:45 -0800
committerCarl Worth <cworth@cworth.org>2007-11-30 16:19:45 -0800
commit0d932f43fe17b2b65d9e52ff8f9c16122b525223 (patch)
treee6a2e0701cdfdad77acdaef6a3721abe4e1eb3ea /src/check-plt.sh
parentf4b93cceb7fb83de558ed058915f92d4f75c1a6a (diff)
downloadcairo-0d932f43fe17b2b65d9e52ff8f9c16122b525223.tar.gz
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 'src/check-plt.sh')
-rwxr-xr-xsrc/check-plt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check-plt.sh b/src/check-plt.sh
index da11056d0..3cc52b87f 100755
--- a/src/check-plt.sh
+++ b/src/check-plt.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
LANG=C