contrib/jenkins.sh: move to /bin/bash

We need this in order to support constructs like foobar.{bin,elf} to
expand properly.

Change-Id: I3d12795da7ab29d1bd0f7371c3365c54c79ae09a
This commit is contained in:
Harald Welte 2019-11-30 22:00:15 +01:00
parent ed363a4a0e
commit 53feef0f69
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if ! [ -x "$(command -v osmo-deps.sh)" ]; then
echo "Error: We need to have scripts/osmo-deps.sh from http://git.osmocom.org/osmo-ci/ in PATH !"