From 2c80b0649fd35e979a397cfdbfcf6ac50b67ec71 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 13 Apr 2012 14:07:16 +0200 Subject: [PATCH] bash --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 1f11243..1963f6b 100755 --- a/bin/compile +++ b/bin/compile @@ -1,10 +1,10 @@ -#!/bin/zsh +#!/bin/bash indent() { sed -u 's/^/ /' } -echo "-----> Found a hello.txt" +echo "-----> [bash] Found a hello.txt" # if hello.txt is empty, abort the build if [ ! -s $1/hello.txt ]; then