New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82253


Ignore:
Timestamp:
08/11/11 11:53:35 (4 years ago)
Author:
blair@…
Message:

bash-completion: maintainer timeout on #30664; update sourcing instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/bash-completion/Portfile

    r82231 r82253  
    3838notes " 
    3939To use bash_completion, add the following lines at the end of your .bash_profile: 
    40   if \[ -f ${prefix}/etc/bash_completion ]; then 
    41       . ${prefix}/etc/bash_completion 
     40  if \[ -d $prefix/etc/profile.d ]; then 
     41    for i in $prefix/etc/profile.d/*.sh; do 
     42      if \[ -r \$i ]; then 
     43        . \$i 
     44      fi 
     45    done 
     46    unset i 
    4247  fi 
    4348" 
Note: See TracChangeset for help on using the changeset viewer.