Fix scripts by using bash explictitly

Fixes #8
This commit is contained in:
Daniel Freedman 2018-05-07 11:53:30 -07:00
parent 3e09ed34ff
commit 9cf785fbac
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
##
# Copyright 2016 Google Inc. All Rights Reserved.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
##
# Copyright 2016 Google Inc. All Rights Reserved.