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