[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [dmraid 1/3] Remove incorrect quoting from pattern in lib/Makefile.in
- From: Luca Berra <bluca comedia it>
- To: dm-devel redhat com
- Subject: Re: [dm-devel] [dmraid 1/3] Remove incorrect quoting from pattern in lib/Makefile.in
- Date: Tue, 23 Feb 2010 07:44:21 +0100
On Tue, Feb 02, 2010 at 06:25:45PM +1100, neilb suse de wrote:
The
[[ string =~ pattern ]]
command in bash only treats unquoted characters in 'pattern'
as being pattern characters. If they are quoted, they much match
literally.
why all this bashism?
- if [[ "$$n" =~ '.so$$' ]]; then \
posix would make it
if [ -z "$${n##*.so}" ] ; then \
--
Luca Berra -- bluca comedia it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]