aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2016-06-22 09:02:23 -0400
committerMike Frysinger <vapier@chromium.org>2016-06-22 09:02:23 -0400
commit1600b6054ec78b7dea93e66ff0f3bc0cadbc92d5 (patch)
tree1fc79d0d36b589d5b5f5475a173ddd1ab12d589f
parenttravis: fix cwd when running tests (diff)
downloadbreakpad-1600b6054ec78b7dea93e66ff0f3bc0cadbc92d5.tar.xz
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.
-rwxr-xr-xscripts/travis-build.sh2
-rwxr-xr-xscripts/travis-checkout.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh
index e0bb19a4..9744b768 100755
--- a/scripts/travis-build.sh
+++ b/scripts/travis-build.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
set -ex
diff --git a/scripts/travis-checkout.sh b/scripts/travis-checkout.sh
index f46e510d..e5b33324 100755
--- a/scripts/travis-checkout.sh
+++ b/scripts/travis-checkout.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
set -ex
get_depot_tools() {