pushed
zhengqunkoo/wifish • 12:54 AM - Apr 2, 2015
This change corrects a shell variable mismatch in wifish where the save prompt initialized _yesno but read into yesno, causing the confirmation check to look at the wrong value. By reading into _yesno, the interactive save_config flow now behaves as intended when users choose whether to persist a connection. Practical effect: saving a connection from the prompt should now work reliably instead of silently ignoring input.