Error when running mpd-configure
Created by: foundatron
When I run mpd-configure I get a syntax error.
Repro steps:
- Use a fresh clone of mpd-configure
- checkout latest commit on master ( as of writing this - SHA: c29b6755 )
- run
bash mpd-configure > ~/mpd.conf - See error
mpd-configure: line 398: conditional binary operator expected
mpd-configure: line 398: syntax error near `-q'
mpd-configure: line 398: ` [[ shopt -q globstar ]] && globstar_initial_on=True'
I also get this when trying use and option like LIMIT_INTERFACE_TYPE="usb" bash mpd-configure > ~/mpd.conf