bash 4.3-4ubuntu1 source package in Ubuntu

Changelog

bash (4.3-4ubuntu1) trusty; urgency=medium

  * Merge with Debian; remaining changes:
    - skel.bashrc:
      - Run lesspipe.
      - Enable ls aliases.
      - Set options in ll alias to -alF.
      - Define an alert alias.
      - Enabled colored grep aliases.
    - etc.bash.bashrc:
      - Add sudo hint.

bash (4.3-4) unstable; urgency=high

  * Fix an issue with an associative array expanding to the
    empty string if the associated value is the empty string.
  * Fix an issue, when invoked as sh, bash doesn't interpret C-style escapes
    within double-quoted substitution expansions ("${var/$'what'/ever}").
  * Fix an issue with the extglob option to not expand hidden files.
  * Update the pcomplete-dequote patch.
 -- Matthias Klose <email address hidden>   Fri, 21 Mar 2014 15:54:30 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
shells
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bash_4.3.orig.tar.gz 7.2 MiB b2fe79ddf9e7abdb4695e3070afa866d2a94a58d1cc9d731585330c753815491
bash_4.3-4ubuntu1.debian.tar.gz 73.7 KiB de86102f424305316e3f08419bccbb8dc1063f37031269b1a66e9045314f6c73
bash_4.3-4ubuntu1.dsc 1.6 KiB e4089d4a72b5d4d8d6ade2e57e2655375b9e710f2043c6c54dbc8d00b2d0fa07

Available diffs

View changes file

Binary packages built by this source

bash: GNU Bourne Again SHell

 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file. Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 Bash is ultimately intended to be a conformant implementation of the
 IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
 .
 The Programmable Completion Code, by Ian Macdonald, is now found in
 the bash-completion package.

bash-builtins: Bash loadable builtins - headers & examples

 Bash can dynamically load new builtin commands. Included are the
 necessary headers to compile your own builtins and lots of examples.

bash-doc: Documentation and examples for the The GNU Bourne Again SHell

 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file. Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 This package contains the distributable documentation, all the
 examples and the main changelog.

bash-static: GNU Bourne Again SHell (static version)

 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file. Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 Statically linked.