Opened 14 years ago

Last modified 13 years ago

#25968 closed defect

MacPorts bash completion leaves tty echo off after tail -f — at Version 1

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: raimue@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: bash-completion

Description (last modified by jeremyhu (Jeremy Huddleston Sequoia))

Enable the following in your bashrc:

if [ "${BASH-no}" != "no" ]; then
    if [ -f /opt/local/etc/bash_completion ]; then
        . /opt/local/etc/bash_completion
    fi
fi

Run the following using tab-completion to complete the path to system.log:

$ tail -f /var/log/system.log

Hit control-c to end the tail.

You will notice that tty echo is off at this point.

Change History (1)

comment:1 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Description: modified (diff)
Owner: changed from macports-tickets@… to raimue@…
Note: See TracTickets for help on using tickets.