Bug 452418 - change test scripts to use bash explicitly, as some of the code doesn't work in dash, which is the default /bin/sh in Ubuntu Hardy. Patch by gerv; rs=ted.

This commit is contained in:
Gervase Markham 2008-08-27 17:19:24 +01:00
Родитель 89f9b4f8ce
Коммит 9a8dbea4f4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# vim:set ts=2 sw=2 sts=2 et:
#

Просмотреть файл

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# vim:set ts=2 sw=2 sts=2 et:
#