Skip to content

Commit

Permalink
Fix FreeBSD i386 not passing env vars through properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian C. Dunn committed Dec 13, 2013
1 parent 126ef9f commit d779cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/freebsd-9.2-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts/freebsd/cleanup.sh",
"scripts/common/minimize.sh"
],
"execute_command": "cat '{{.Path}}' | su -"
"execute_command": "export {{.Vars}} && cat {{.Path}} | su -m"
}
],
"builders": [
Expand Down

0 comments on commit d779cd9

Please sign in to comment.