Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/idesk/idesk-generate-all-desktop-icons.in

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

revision 2366 by niro, Tue Aug 25 10:28:00 2015 UTC revision 2367 by niro, Tue Aug 25 10:28:36 2015 UTC
# Line 41  declare -i y=50 Line 41  declare -i y=50
41  for icon_resource in $(find ${MROOT}/${MCORE_CONFIG_PATH}/icons/info -type f)  for icon_resource in $(find ${MROOT}/${MCORE_CONFIG_PATH}/icons/info -type f)
42  do  do
43   # abort if empty   # abort if empty
44   [[ -z ${i} ]] && continue   [[ -z ${icon_resource} ]] && continue
45    
46   # new line if x > xres   # new line if x > xres
47   if [ ${x} -ge ${xres} ]   if [ ${x} -ge ${xres} ]

Legend:
Removed from v.2366  
changed lines
  Added in v.2367