On Thu, Jul 17, 2014 at 11:56 AM, Isaac Cambron <[email protected]> wrote:
> sh -c 'exec env | grep DB_PORT_5432_TCP_PORT' hello if you share a simple vagrantfile I will give it a go. "$var" will be evaluated as soon you hit enter "\"$var\"" should be evaluated at second later, or be the same as '$var' the problem IS, $var is literal and won't be valuated in every single case, it may reque eval 'echo $var' or something like that. i think if you share a way to reproduce the issue, or a simple test case, we can take it from there Alvaro. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
