--- trunk/installer/hwdetection.sh 2008/09/22 22:06:01 766 +++ trunk/installer/hwdetection.sh 2008/09/22 22:06:46 767 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /home/cvsd/magellan-cvs/magellan-src/installer/hwdetection.sh,v 1.7 2007-10-15 20:49:40 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/installer/hwdetection.sh,v 1.8 2008-09-22 22:06:46 niro Exp $ ## hwdetection, needs >= sys-apps/hwinfo @@ -113,12 +113,16 @@ fi done + unset list + # remove all ':' and show the cleaned list # this way fixes double spaces also for i in $(echo ${fixed_list} | sed "s|:| |g") do - echo "${i}" + list+=" ${i}" done + + echo "${list}" } get_x11_driver_modules()