diff -r 5b31218a3a8c -r 771ec7306438 lib/scripts/getsettings --- a/lib/scripts/getsettings Sat Nov 07 18:55:50 2009 +0000 +++ b/lib/scripts/getsettings Sun Nov 08 13:44:16 2009 +0100 @@ -98,7 +98,8 @@ fi if [ -f "$COMPONENT/etc/components" ]; then { - while read; do + while { unset REPLY; read -r; test "$?" = 0 -o -n "$REPLY"; } + do case "$REPLY" in \#* | "") ;; /*) init_component "$REPLY" ;;