summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2012-08-01 03:00:50 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2012-08-01 03:00:50 -0400
commitbebf865d1a39cf309e52afbd04458cba2f9736b7 (patch)
tree395c29aa098eb55bea44f37a17e127eaaba21609
parent78da946a40d5e8a7e190ca0e56f0b1c01f54f429 (diff)
downloadunifieddyes-bebf865d1a39cf309e52afbd04458cba2f9736b7.tar
unifieddyes-bebf865d1a39cf309e52afbd04458cba2f9736b7.tar.gz
unifieddyes-bebf865d1a39cf309e52afbd04458cba2f9736b7.tar.bz2
unifieddyes-bebf865d1a39cf309e52afbd04458cba2f9736b7.tar.xz
unifieddyes-bebf865d1a39cf309e52afbd04458cba2f9736b7.zip
oops, forgot a couple of spaces and 'fi' endings. next time, test the damn
thing.
-rwxr-xr-xgentextures.sh8
1 files 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