Explorar el Código

Don't hardcode bash

Tamir Duberstein hace 10 años
padre
commit
e54c14552f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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