Ver código fonte

Don't hardcode bash

Tamir Duberstein 10 anos atrás
pai
commit
e54c14552f
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      ruby/travis-test.sh
  2. 1 1
      travis.sh

+ 1 - 1
ruby/travis-test.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Exit on any error.
 set -e

+ 1 - 1
travis.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 build_cpp() {
   ./autogen.sh