mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2025-07-23 02:30:25 +02:00
oops, forgot a couple of spaces and 'fi' endings. next time, test the damn
thing.
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
if [ -z "`which convert`" ] ; then {
|
||||
echo "Please install Imagemagick."
|
||||
exit 1
|
||||
}
|
||||
} fi
|
||||
|
||||
if [ -z "`which bc`" ] ; then {
|
||||
echo "Please install GNU bc."
|
||||
exit 1
|
||||
}
|
||||
} fi
|
||||
|
||||
if [ $1 = "-t" ] ; then {
|
||||
TINT_OVERLAY=$1
|
||||
|
Reference in New Issue
Block a user