Ticket #11983: _port.diff

File _port.diff, 429 bytes (added by n.oxyde@…, 17 years ago)
  • _port

    old new  
    55# we cache the list of ports
    66# we shall use some cache policy to avoid problems with new ports
    77if (( ! $+portlist )); then
    8         portlist=($(port list | cut -f 1))
     8        portlist=($(port list | awk '{print $1}'))
    99fi
    1010
    1111subcmds=(
     
    3737'rpmpackage'
    3838'archive'
    3939'unarchive'
     40'livecheck'
    4041)
    4142
    4243_arguments -C \