Fix templating with quotes and comments

This commit is contained in:
Bruno Tavares 2014-03-31 16:30:55 -03:00
parent 6d1ebff3d5
commit 6fd8d5bd8f

View File

@ -3,5 +3,7 @@ kickstart.stream.contains() {
}
kickstart.stream.template() {
eval "echo -e \"`cat`\""
eval "cat <<KICKSTART
$(cat)
KICKSTART"
}