Forgot to update patch for new version (was originally written with 4.40
in mind). Thanks Gerard Gerritsen for noticing.
This commit is contained in:
parent
254533f63a
commit
312522ffa2
@ -6,7 +6,7 @@
|
||||
if [ $name = exim${EXE} ]; then
|
||||
- version=exim-`./exim -bV -C /dev/null | \
|
||||
- awk '/Exim version/ { OFS=""; print $3,"-",substr($4,2,length($4)-1) }'`${EXE}
|
||||
+ version=exim-4.40
|
||||
+ version=exim-4.41
|
||||
|
||||
if [ "${version}" = "exim-" ]; then
|
||||
echo $com ""
|
||||
|
Loading…
Reference in New Issue
Block a user