From bebf865d1a39cf309e52afbd04458cba2f9736b7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 1 Aug 2012 03:00:50 -0400 Subject: [PATCH] oops, forgot a couple of spaces and 'fi' endings. next time, test the damn thing. --- gentextures.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gentextures.sh b/gentextures.sh index 5bfde7e..c56c1b1 100755 --- a/gentextures.sh +++ b/gentextures.sh @@ -1,14 +1,14 @@ #!/bin/bash -if [ -z "`which convert`"] ; then { +if [ -z "`which convert`" ] ; then { echo "Please install Imagemagick." exit 1 -} +} fi -if [ -z "`which bc`"] ; then { +if [ -z "`which bc`" ] ; then { echo "Please install GNU bc." exit 1 -} +} fi if [ $1 = "-t" ] ; then { TINT_OVERLAY=$1