mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 15:33:52 +01:00
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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user