bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\177 at the end of a variable


From: isabella parakiss
Subject: \177 at the end of a variable
Date: Mon, 23 Nov 2015 11:29:51 +0100

$ str=abcd; [[ $'a\177' = a"${str:4:1}" ]]; echo $?
0


This happens in every version since 3.1, including the devel branch.

---
xoxo iza



reply via email to

[Prev in Thread] Current Thread [Next in Thread]