Sure. Here's a gist with the vagrantfile and some commands: https://gist.github.com/icambron/05bb58e9e268aff6bf5b. I appreciate the help!
-Isaac On Wednesday, July 16, 2014 9:49:51 PM UTC-4, Alvaro Miranda Aguilera wrote: > > > On Thu, Jul 17, 2014 at 11:56 AM, Isaac Cambron <[email protected] > <javascript:>> 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.
