make jenkins script use bash so we can use bashisms

This commit is contained in:
Hans-Christoph Steiner 2014-04-02 18:32:41 -04:00
parent bb15611ed1
commit 5b22e11872
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# this is the script run by the Jenkins server to run the build and tests. Be
# sure to always run it in its dir, i.e. ./jenkins-build.sh, otherwise it might