From 54d22b8b81ba1b8207e72c65e1d88b37ea758957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Lezaeta=20Reyes=20=5Bp=CB=88a=CE=B2=CC=9Elo=20l?= =?UTF-8?q?=CB=8Ce=CC=9E=CE=B8a=CB=88eta=20r=CB=88ej=C9=9B=5D?= Date: Mon, 19 Aug 2013 20:43:29 -0400 Subject: [PATCH] make less path specific MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] --- dev/tests/auto-completion | 2 +- dev/tests/auto-completion-tool | 2 +- dev/tests/correct-pony+f | 2 +- dev/tests/correct-pony-f | 2 +- dev/tests/test-everything | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/tests/auto-completion b/dev/tests/auto-completion index 7e1bfeb8..1167f120 100755 --- a/dev/tests/auto-completion +++ b/dev/tests/auto-completion @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ ! -f ./src/__main__.py ]; then echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m' diff --git a/dev/tests/auto-completion-tool b/dev/tests/auto-completion-tool index 0ceaf8e7..3bb58b67 100755 --- a/dev/tests/auto-completion-tool +++ b/dev/tests/auto-completion-tool @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ ! -f ./src/__main__.py ]; then echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m' diff --git a/dev/tests/correct-pony+f b/dev/tests/correct-pony+f index 947bef94..70fc16ca 100755 --- a/dev/tests/correct-pony+f +++ b/dev/tests/correct-pony+f @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ ! -f ./src/__main__.py ]; then echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m' diff --git a/dev/tests/correct-pony-f b/dev/tests/correct-pony-f index b3a7fce5..1398c03a 100755 --- a/dev/tests/correct-pony-f +++ b/dev/tests/correct-pony-f @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ ! -f ./src/__main__.py ]; then echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m' diff --git a/dev/tests/test-everything b/dev/tests/test-everything index 31720803..cc5fec1b 100755 --- a/dev/tests/test-everything +++ b/dev/tests/test-everything @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ ! -f ./src/__main__.py ]; then echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m'