|
@@ -20,7 +20,7 @@ define exim-config-change # variable-name, variable-value
|
|
|
$(@D)/Local/Makefile
|
|
|
endef
|
|
|
|
|
|
-# Comment-out a variable. Has no effect if it does not exits.
|
|
|
+# Comment-out a variable. Has no effect if it does not exist.
|
|
|
define exim-config-unset # variable-name
|
|
|
$(SED) 's,^\([[:space:]]*$1[[:space:]]*=.*$$\),# \1,' \
|
|
|
$(@D)/Local/Makefile
|