Merge branch 'use-bash-for-scripts' into 'master'

fix: Use bash as shell for developer scripts

See merge request mythic-insight/legendary!66
This commit is contained in:
Robert Prehn 2021-06-15 21:34:52 +00:00
commit a12d12f795
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -x
set -e

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -x
set -e

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -x
set -e

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -x
set -e

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -x
set -e