bash-completion 1:2.1-2ubuntu4 source package in Ubuntu

Changelog

bash-completion (1:2.1-2ubuntu4) trusty; urgency=medium

  * fix _quote_readline_by_ref to:
    - avoid escaping 1st '~' (lp: #1288314)
    - avoid quoting if empty, else expansion without args only shows dirs
      (lp: #1288031)
    - replace double escaping to single (eg for completing file/paths with
      spaces)
 -- JuanJo Ciarlante <email address hidden>   Thu, 13 Mar 2014 19:43:22 -0300

Upload details

Uploaded by:
JuanJo Ciarlante
Sponsored by:
Luke Yelavich
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
shells
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bash-completion_2.1.orig.tar.bz2 259.1 KiB 2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f
bash-completion_2.1-2ubuntu4.debian.tar.gz 18.0 KiB 9b1943e76a5062a2db2e26f710e2ab3a7b6258f665de10ddf3b2bdaac6271641
bash-completion_2.1-2ubuntu4.dsc 1.4 KiB 0800bd4b7954083f82ccdcedb85c2a815542779890e63b1a7baa2da3f73d17ac

Available diffs

View changes file

Binary packages built by this source

bash-completion: programmable completion for the bash shell

 bash completion extends bash's standard completion behavior to achieve
 complex command lines with just a few keystrokes. This project was
 conceived to produce programmable completion routines for the most
 common Linux/UNIX commands, reducing the amount of typing sysadmins
 and programmers need to do on a daily basis.