forked from mtcontrib/unifieddyes
oops, forgot a couple of spaces and 'fi' endings. next time, test the damn
thing.
This commit is contained in:
parent
78da946a40
commit
bebf865d1a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user