laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-asf4-dfu/+/16351 )
Change subject: contrib/jenkins.sh: move to /bin/bash
......................................................................
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
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-asf4-dfu refs/changes/51/16351/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 24bfdc1..a3700eb 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -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 !"
--
To view, visit https://gerrit.osmocom.org/c/osmo-asf4-dfu/+/16351
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-asf4-dfu
Gerrit-Branch: master
Gerrit-Change-Id: I3d12795da7ab29d1bd0f7371c3365c54c79ae09a
Gerrit-Change-Number: 16351
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange