touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #31729
[Bug 1389430] [NEW] egrep dependency on /bin/bash prevents egrep use in .bash_profile
Public bug reported:
julian@ip-10-0-2-91:~$ head -n 1 /bin/egrep
#!/bin/bash
This prevents egrep from being used in .bash_profile, since that creates
in infinite loop.
Debian's latest grep package has that fixed:
grep (2.20-4) unstable; urgency=medium
* d/patches/05-grep-wrapper-sh.patch: egrep and fgrep wrap scripts use sh
instead of bash. The patch also removes the possible call ./grep (looking
for it in the working directory) (Closes: #762427, #762917).
Please update the grep package in Ubuntu, and in Utopic in particular.
** Affects: grep (Ubuntu)
Importance: Undecided
Status: New
** Tags: utopic
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to grep in Ubuntu.
https://bugs.launchpad.net/bugs/1389430
Title:
egrep dependency on /bin/bash prevents egrep use in .bash_profile
Status in “grep” package in Ubuntu:
New
Bug description:
julian@ip-10-0-2-91:~$ head -n 1 /bin/egrep
#!/bin/bash
This prevents egrep from being used in .bash_profile, since that
creates in infinite loop.
Debian's latest grep package has that fixed:
grep (2.20-4) unstable; urgency=medium
* d/patches/05-grep-wrapper-sh.patch: egrep and fgrep wrap scripts use sh
instead of bash. The patch also removes the possible call ./grep (looking
for it in the working directory) (Closes: #762427, #762917).
Please update the grep package in Ubuntu, and in Utopic in particular.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grep/+bug/1389430/+subscriptions
Follow ups
References