Magellan Linux

Diff of /branches/mage-next/src/magequery.in

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

revision 1503 by niro, Tue Aug 30 12:19:11 2011 UTC revision 1507 by niro, Tue Aug 30 13:04:02 2011 UTC
# Line 62  then Line 62  then
62   unset i pkg   unset i pkg
63   if [[ ${SEARCH_EXACT_FILENAME} = true ]]   if [[ ${SEARCH_EXACT_FILENAME} = true ]]
64   then   then
65   S_CANDIDATES=$(egrep -rl "${SEARCH_PATH}§" ${INSTALLDB})   S_CANDIDATES=$(egrep -rl "^${SEARCH_PATH}§" ${INSTALLDB})
66   else   else
67   S_CANDIDATES=$(fgrep -rl "${SEARCH_PATH}" ${INSTALLDB})   S_CANDIDATES=$(fgrep -rl "${SEARCH_PATH}" ${INSTALLDB})
68   fi   fi

Legend:
Removed from v.1503  
changed lines
  Added in v.1507