New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82404


Ignore:
Timestamp:
08/13/11 06:46:21 (4 years ago)
Author:
raimue@…
Message:

sysutils/bash-completion:
Revert r82253, see discussion on #30664

File:
1 edited

Legend:

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

    r82253 r82404  
    66epoch           1 
    77version         1.3 
    8 revision        2 
     8revision        3 
    99categories      sysutils 
    1010platforms       darwin 
     
    3838notes " 
    3939To use bash_completion, add the following lines at the end of your .bash_profile: 
    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 
     40  if \[ -f ${prefix}/etc/bash_completion ]; then 
     41      . ${prefix}/etc/bash_completion 
    4742  fi 
    4843" 
Note: See TracChangeset for help on using the changeset viewer.