This commit is contained in:
Yann Esposito (Yogsototh) 2012-04-13 14:07:16 +02:00
parent e89c96cce7
commit 2c80b0649f

View file

@ -1,10 +1,10 @@
#!/bin/zsh #!/bin/bash
indent() { indent() {
sed -u 's/^/ /' sed -u 's/^/ /'
} }
echo "-----> Found a hello.txt" echo "-----> [bash] Found a hello.txt"
# if hello.txt is empty, abort the build # if hello.txt is empty, abort the build
if [ ! -s $1/hello.txt ]; then if [ ! -s $1/hello.txt ]; then