Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18685 closed enhancement (invalid)

`autocd' `checkjobs' `globstar' `>>&' variants for bash-4

Reported by: macports.users@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: bash

Description


Change History (3)

comment:1 Changed 15 years ago by raimue (Rainer Müller)

Owner: changed from macports-tickets@… to raimue@…
Port: bash added
Status: newassigned

I am not sure what your request is. These new features are always compiled in and can be enabled in your ~/.bashrc or ~/.bash_profile

For example, I use personally:

# Bash 4.0
if [ $BASH_VERSINFO -ge 4 ]; then
    # Completion, ** expands recursively
    shopt -s globstar
fi

Or do you want to add a ${prefix}/etc/bashrc which enabled these features?

Please include the maintainer in CC next time on filing tickets or at least set the port field. I only found this ticket now by coincidence.

comment:2 Changed 15 years ago by raimue (Rainer Müller)

Resolution: invalid
Status: assignedclosed

comment:3 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.