=== modified file 'zsh-functions/zsv_defaults_mpd' --- zsh-functions/zsv_defaults_mpd 2014-06-28 14:59:48 +0000 +++ zsh-functions/zsv_defaults_mpd 2014-06-28 14:58:42 +0000 @@ -7,7 +7,7 @@ [[ -r $configfile ]] || exit 1 setopt extended_glob - sed 's/[ ]*#.*//; /^$/d' <$configfile | while read key val; do + sed 's/[ ]*#.*// /^$/d' <$configfile | while read key val; do [[ -n $key ]] || continue if [[ $key == bind_to_address ]]; then addr+=( $val )