Changeset 82253
- Timestamp:
- 08/11/11 11:53:35 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/sysutils/bash-completion/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/bash-completion/Portfile
r82231 r82253 38 38 notes " 39 39 To 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 42 47 fi 43 48 "
Note: See TracChangeset
for help on using the changeset viewer.

