make less path specific

Signed-off-by: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88gmail.com>
This commit is contained in:
Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] 2013-08-19 20:43:29 -04:00
parent d3316e31b6
commit 54d22b8b81
5 changed files with 5 additions and 5 deletions

View file

@ -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'

View file

@ -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'

View file

@ -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'

View file

@ -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'

View file

@ -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'