bug-bash
[Top][All Lists]
Advanced

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

[bash4.2] ${v//[/} bug?


From: Clark J. Wang
Subject: [bash4.2] ${v//[/} bug?
Date: Tue, 15 Feb 2011 19:18:38 +0800

For following script:

var='[hello'
echo "${var//[/}"

With bash 4.1 it outputs hello but with 4.2 it outputs [hello . And bash 4.2
with compat41 on still outputs [hello . Bug? Or Bug fixed?

-- 
Clark


reply via email to

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