bug-cfengine
[Top][All Lists]
Advanced

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

Editfiles bug


From: Robert Shaw
Subject: Editfiles bug
Date: Fri, 27 Apr 2001 16:16:38 -0700
User-agent: Mutt/1.2.5i

Mark,

The attached file shows an odd bug. I'm trying to create a line in a file
that has "${extension}", but it's writing it as "$(extension)" which won't work
for it's intended use. Also, when I run in verbose mode, it's saying:

Currently non existent variable $(extension)

Which it shouldn't be doing either. I'm using the "$(dollar)" to put
the dollar in the line. The test case results in a file with line:

    flags=R user=cyrus argv=/cyrus/bin/deliver -e -m $(extension) $(user)

and it should be:

    flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}

Is this a bug, or am I doing something wrong? I can't find a problem in the
C code, so I suspect it's something in the lex/yacc stuff.

Thanks.
-Robert

Attachment: cfengine.conf
Description: Text document


reply via email to

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