Magellan Linux

Diff of /branches/mage-next/src/pkg_all_sources.sh

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

revision 1642 by niro, Fri Jan 13 18:37:52 2012 UTC revision 1955 by niro, Fri Oct 12 13:04:00 2012 UTC
# Line 37  blacklisted() Line 37  blacklisted()
37   while read EXPCAT EXPNAME EXPVER EXPBUILD   while read EXPCAT EXPNAME EXPVER EXPBUILD
38   do   do
39   # ignore spaces and comments   # ignore spaces and comments
40           case "${EXPCAT}" in   case "${EXPCAT}" in
41                   \#*|"") continue ;;   \#*|"") continue ;;
42           esac   esac
43    
44   # exclude full pver   # exclude full pver
45   if [[ -n ${PCAT} ]] && [[ -n ${PNAME} ]] &&   if [[ -n ${PCAT} ]] && [[ -n ${PNAME} ]] &&

Legend:
Removed from v.1642  
changed lines
  Added in v.1955