mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/exim: fix typo in comment
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 55ef42e090)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e30dd92ca7
commit
6ee6bd566d
@@ -20,7 +20,7 @@ define exim-config-change # variable-name, variable-value
|
|||||||
$(@D)/Local/Makefile
|
$(@D)/Local/Makefile
|
||||||
endef
|
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
|
define exim-config-unset # variable-name
|
||||||
$(SED) 's,^\([[:space:]]*$1[[:space:]]*=.*$$\),# \1,' \
|
$(SED) 's,^\([[:space:]]*$1[[:space:]]*=.*$$\),# \1,' \
|
||||||
$(@D)/Local/Makefile
|
$(@D)/Local/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user