Changeset 2958 in MondoRescue for branches


Ignore:
Timestamp:
Feb 24, 2012, 6:10:56 PM (12 years ago)
Author:
Bruno Cornec
Message:
 
Location:
branches
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r2953 r2958  
    458458    done
    459459    if [ ! -e "$mappath" ] || [ -d "$mappath" ] ; then
    460             mappath=$(find / -name "*/kbd/keymaps/*/$locale")
     460        mappath=$(find / -wholename "*/kbd/keymaps/*/$locale | head -1")
    461461    fi
    462462    echo "mappath = $mappath" >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.