mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
1) /bin/sh is not /bin/bash, so build.sh needs to explictly use /bin/bash 2) dash's echo does not support \x, but it does support \0 (since dash is /bin/sh, it gets used by Makefiles).