diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-16 16:13:52 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-16 16:13:52 +0000 |
commit | a66c0dafbe6b8bfd94a6431727350b78a56d813f (patch) | |
tree | d9640c50bc1182af3e06adcd91b046d5d791d765 /docs/check.docs | |
parent | 2bdb192307acf2f2a1f0e31480076f2ed6746fc2 (diff) | |
download | pango-a66c0dafbe6b8bfd94a6431727350b78a56d813f.tar.gz |
Bug 438705 – Test runs non-existent "/bin/bash" on HP-UX 11.11
2007-05-16 Behdad Esfahbod <behdad@gnome.org>
Bug 438705 – Test runs non-existent "/bin/bash" on HP-UX 11.11
* docs/check.docs:
* pango/check.defs:
Use /bin/sh instead of /bin/bash.
svn path=/trunk/; revision=2313
Diffstat (limited to 'docs/check.docs')
-rwxr-xr-x | docs/check.docs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/check.docs b/docs/check.docs index 6703691f..9d092e8d 100755 --- a/docs/check.docs +++ b/docs/check.docs @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh LANG=C |