Changeset 82404
- Timestamp:
- 08/13/11 06:46:21 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/sysutils/bash-completion/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/bash-completion/Portfile
r82253 r82404 6 6 epoch 1 7 7 version 1.3 8 revision 28 revision 3 9 9 categories sysutils 10 10 platforms darwin … … 38 38 notes " 39 39 To 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 47 42 fi 48 43 "
Note: See TracChangeset
for help on using the changeset viewer.

