Changed the shell for a test to bash to catch a missing utility in some environments.

This commit is contained in:
Ward Fisher 2017-05-31 11:00:04 -06:00
parent a2d7a09d04
commit 1a2716b230

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh