[Touch-packages] [Bug 1953151] Re: Doubled control operators before `alert` will have their second characted appear in the body of the message

2021-12-03 Thread Ubuntu Foundations Team Bug Bot
The attachment "skel.bashrc.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Touch-packages] [Bug 1953151] Re: Doubled control operators before `alert` will have their second characted appear in the body of the message

2021-12-03 Thread Akbarkhon Variskhanov
** Description changed: + Patch attached below. + [Description] Separating the first part of a list and the `alert` part with && (or any of the doubled control operators) will result the second character to be printed in the body of a message, for example with: sleep 5s && alert

[Touch-packages] [Bug 1953151] Re: Doubled control operators before `alert` will have their second characted appear in the body of the message

2021-12-03 Thread Akbarkhon Variskhanov
** Description changed: Separating the first part of a list and the `alert` part with && (or any of the doubled control operators) will result the second character to be printed in the body of a message, for example: sleep 5s && alert + + will display the following message: + + sleep

[Touch-packages] [Bug 1953151] Re: Doubled control operators before `alert` will have their second characted appear in the body of the message

2021-12-03 Thread Akbarkhon Variskhanov
** Patch added: "skel.bashrc.patch" https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1953151/+attachment/5545229/+files/skel.bashrc.patch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu.

[Touch-packages] [Bug 1953151] Re: Doubled control operators before `alert` will have their second characted appear in the body of the message

2021-12-03 Thread Sebastien Bacher
** Changed in: bash (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bugs.launchpad.net/bugs/1953151 Title: Doubled control operators before `alert` will have

[Touch-packages] [Bug 1953151] Re: Doubled control operators before `alert` will have their second characted appear in the body of the message

2021-12-03 Thread Akbarkhon Variskhanov
** Description changed: Separating the first part of a list and the `alert` part with && (or any of the doubled control operators) will result the second character to be - printed in the body of a message. Adding the asterisk after the [;&|] - bracket expression fixes it: + printed in the