help-cfengine
[Top][All Lists]
Advanced

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

class definition parse error


From: Joe Buehler
Subject: class definition parse error
Date: Fri, 13 Jan 2006 08:27:11 -0500
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

According to the debug output this does not parse correctly:

samba_is_setup = ( ReturnsZero(/bin/sh -c 'test -f
/usr/local/lib/samba/var/runflag.$(host) || test -f
/usr/local/lib/samba/var/runflag.$(fqhost)') )

The problem appears to be that the ReturnsZero is declared to
end at the first ) character.  Using {} braces instead
for the variables fixes the problem.
-- 
Joe Buehler





reply via email to

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