← Back to team overview

ubuntu-translations-coordinators team mailing list archive

[Bug 1743914] [NEW] bash - French - "hash" alignment

 

Public bug reported:

The output of the "hash" builtin is not properly aligned. Specifically
the "occurences" column needs more leading spaces.

For example:

$ bash -c ''
$ hash
occurrences	commande
   1	/bin/bash

It should be like this:

$ hash
occurrences	commande
          1	/bin/bash

This occurs in Bash 4.4.12 on Ubuntu 17.10.

** Affects: ubuntu-translations
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
Matching subscriptions: Ubuntu Translations bug mail
https://bugs.launchpad.net/bugs/1743914

Title:
  bash - French - "hash" alignment

Status in Ubuntu Translations:
  New

Bug description:
  The output of the "hash" builtin is not properly aligned. Specifically
  the "occurences" column needs more leading spaces.

  For example:

  $ bash -c ''
  $ hash
  occurrences	commande
     1	/bin/bash

  It should be like this:

  $ hash
  occurrences	commande
            1	/bin/bash

  This occurs in Bash 4.4.12 on Ubuntu 17.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1743914/+subscriptions


Follow ups