ulfalizer / Kconfiglib

A flexible Python 2/3 Kconfig implementation and library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`make menuconfig` fails when the parent directory contains spaces.

hoshmandctf opened this issue · comments

if the parent directory contains spaces, make menuconfig fails

$ make menuconfig
No change to configuration in '/media/test/Creality Ender 3 Pro/klipper/.config'
Loaded configuration '/media/test/Creality Ender 3 Pro/klipper/.config'
---snip----

when replacing spaces with underscores or replacing them with nothing it works fine.

 $ make menuconfig
(Top)
                                                                                                                                                                 Klipper Firmware Configuration
[ ] Enable extra low-level configuration options
    Micro-controller Architecture (Atmega AVR)  --->
    Processor model (atmega2560)  --->







[Space/Enter] Toggle/enter      [?] Help            [/] Search
[Q] Quit (prompts for save)     [ESC] Leave menu