|
From: Kouhei S. <nul...@cl...> - 2014-02-08 08:51:28
|
Kouhei Sutou 2014-02-08 17:51:09 +0900 (Sat, 08 Feb 2014) New Revision: 4f8787ff466914d8233653e2cd5f9370c3b15684 https://github.com/clear-code/cutter/commit/4f8787ff466914d8233653e2cd5f9370c3b15684 Message: Use env to find bash bash isn't /usr/bin on FreeBSD. Modified files: test/run-test.sh Modified: test/run-test.sh (+1 -1) =================================================================== --- test/run-test.sh 2014-02-08 17:49:08 +0900 (5180d96) +++ test/run-test.sh 2014-02-08 17:51:09 +0900 (cfbd81c) @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash BASE_DIR="`dirname $0`" export BASE_DIR |