浏览代码

package/dovecot/Config.in: source argument needs quotation marks

Fixes the following error/warnings with kconfig from linux-6.9-rc5:

  package/dovecot/Config.in:36: syntax error
  package/dovecot/Config.in:36:warning: ignoring unsupported character '/'
  package/dovecot/Config.in:36:warning: ignoring unsupported character '/'
  package/dovecot/Config.in:36:warning: ignoring unsupported character '.'
  package/dovecot/Config.in:36: invalid statement

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer 1 年之前
父节点
当前提交
ff70f9ee4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/dovecot/Config.in

+ 1 - 1
package/dovecot/Config.in

@@ -33,7 +33,7 @@ config BR2_PACKAGE_DOVECOT_SQLITE
 	help
 	help
 	  Enable SQLite support.
 	  Enable SQLite support.
 
 
-source package/dovecot-pigeonhole/Config.in
+source "package/dovecot-pigeonhole/Config.in"
 
 
 endif # BR2_PACKAGE_DOVECOT
 endif # BR2_PACKAGE_DOVECOT