Re: \177 at the end of a variable
On 11/23/15 5:29 AM, isabella parakiss wrote: > $ str=abcd; [[ $'a\177' = a"${str:4:1}" ]]; echo $? > 0 > > > This happens in every version since 3.1, including the devel branch. This was fixed in early November as a result of http://lists.gnu.org/archive/html/bug-bash/2015-11/msg8.html --
\177 at the end of a variable
$ str=abcd; [[ $'a\177' = a"${str:4:1}" ]]; echo $? 0 This happens in every version since 3.1, including the devel branch. --- xoxo iza