Public bug reported:

Binary package hint: bash

I will admit right off the bat that this is in no way a critical bug and
is likely submitted by my OCD behavior.

In running a diff -u comparing the ~/.bashrc with the /root/.bashrc I
notice that a test statement is handled, while accurately, using two
formats.

26c19
< if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
---
> if [ -z "$debian_chroot" -a -r /etc/debian_chroot ]; then


While both are perfectly functional it just stood out to me as inconsistent.

** Affects: bash (Ubuntu)
     Importance: Undecided
         Status: New

-- 
.bashrc test syntax different between user and root
https://bugs.launchpad.net/bugs/228747
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to