Fixes #2828: parallels prlctl_post don't interpolate values.

pull/2834/head
Rickard von Essen 11 years ago
parent d1f9a46c13
commit 141dcd5c03

@ -65,6 +65,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
Exclude: []string{
"boot_command",
"prlctl",
"prlctl_post",
"parallels_tools_guest_path",
},
},

@ -41,6 +41,7 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
Exclude: []string{
"boot_command",
"prlctl",
"prlctl_post",
"parallels_tools_guest_path",
},
},

Loading…
Cancel
Save