mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-04-17 17:21:46 +00:00
travis: make build scripts use bash
These are development scripts, so no need for them to be fast or super portable. Switch them to bash rather than POSIX shell.
This commit is contained in:
parent
f140a0339f
commit
1600b6054e
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
get_depot_tools() {
|
||||
|
|
Loading…
Reference in a new issue