Not signed in (Sign In)

Choose a language

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorOmegaMale
    • CommentTimeFeb 19th 2008
     # 1
    Breaking long post_install_message into multiple lines by backslashes produces:

    > Error at line 30: unexpected construct:
    > \n\
    > ERROR: Recipe does not pass basic validation. Will not perform recipe tests.

    Is it a bug? Or post_install_message is not intended to be multiline and I should use echo in post_install?
    • CommentAuthorMichael
    • CommentTimeFeb 19th 2008
     # 2
    Use \n.
    • CommentAuthorMohjive
    • CommentTimeFeb 19th 2008
     # 3
    and don't break lines with \
    • CommentAuthorOmegaMale
    • CommentTimeFeb 19th 2008
     # 4
    It do not looks good... But thank you :-)