Magellan Linux

Diff of /trunk/installer/hwdetection.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 572 by niro, Thu Sep 6 10:35:46 2007 UTC revision 573 by niro, Wed Sep 12 18:36:50 2007 UTC
# Line 65  remove_duplicates() Line 65  remove_duplicates()
65   done   done
66    
67   # remove all ':' and show the cleaned list   # remove all ':' and show the cleaned list
68   echo "${fixed_list}" | sed "s|:| |g"   # this way fixes double spaces also
69     for i in $(echo ${fixed_list} | sed "s|:| |g")
70     do
71     echo "${i}"
72     done
73  }  }
74    
75  get_x11_driver_modules()  get_x11_driver_modules()

Legend:
Removed from v.572  
changed lines
  Added in v.573