evertiro / cdm

Console Display Manager
http://evertiro.com
GNU General Public License v2.0
428 stars 40 forks source link

Fixed bug in handling the default value of 'binlist' array #13

Closed lahwaacz closed 11 years ago

lahwaacz commented 11 years ago

The default value of 'binlist' array was handled incorrectly. When initialized as '()', the length of array as reported by '${#binlist[@]}' was 1, not 0, so cdm exited with "* cdm: unknown flag: `()'." when used with empty (or default) config.

lahwaacz commented 11 years ago

Now I really consider the bug fixed. See https://aur.archlinux.org/packages/cdm-git/