[augeas-devel] [PATCH] php lens

David Lutterkort dlutter at redhat.com
Wed Apr 23 19:01:43 UTC 2008


On Wed, 2008-04-23 at 12:28 -0400, Bryan Kearney wrote:
> I tried that.. no luck. If I ls /files/etc/php.ini I see it listed.. but 
>   I can not ls mail function.

I just committed a change that should fix that; you can now enclose
arguments in single or double quotes in augtool to make sure that
embedded spaces are treated properly.

Before, augtool would look at a line like
        augtool> ls /some path

and split it into three tokens 'ls', '/some', 'path' and not even
complain that ls only takes one arg, but is getting two. (Now it does)

Now you can do
        augtool> ls '/some path'
and the right thing should happen.

David







More information about the augeas-devel mailing list