oops, forgot a couple of spaces and 'fi' endings. next time, test the damn

thing.
This commit is contained in:
Vanessa Ezekowitz 2012-08-01 03:00:50 -04:00
parent 78da946a40
commit bebf865d1a
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
#!/bin/bash #!/bin/bash
if [ -z "`which convert`"] ; then { if [ -z "`which convert`" ] ; then {
echo "Please install Imagemagick." echo "Please install Imagemagick."
exit 1 exit 1
} } fi
if [ -z "`which bc`"] ; then { if [ -z "`which bc`" ] ; then {
echo "Please install GNU bc." echo "Please install GNU bc."
exit 1 exit 1
} } fi
if [ $1 = "-t" ] ; then { if [ $1 = "-t" ] ; then {
TINT_OVERLAY=$1 TINT_OVERLAY=$1