Marco van Beek wrote:
Hi everybody,

I am playing around with writing a module to read in variables from a plain text file, and was wondering what to do about values with spaces. For example, I am returning values from my script as:

=variablename=variable value

but should I be doing this:

=variablename="variable value"

At the moment I am simply running an external bash script (ExecResult) for every value I need, and that does not seem to need quotes, but perhaps ExecResult is doing it for me.

All answers appreciated!

Thanks,

Marco.


Why not simply try it and see what happens? I think the answer
is that you don't need the quotes.

--
Mark Burgess

Professor of Network and System Administration
Oslo University College

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Work: +47 22453272            Email:  [EMAIL PROTECTED]
Fax : +47 22453205            WWW  :  http://www.iu.hio.no/~mark
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
http://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to