gnidan / docker-eth-dev

Hacking together a containerized environment for Ethereum development with Truffle using Parity
22 stars 5 forks source link

Unexpected redirection running activate.sh #17

Open bensonwong opened 7 years ago

bensonwong commented 7 years ago

My environment is windows 7 with a vagrant (blinkreaction/boot2docker) box. When I try to run source <dir>/bin/activate.sh I get the error -sh: /.../activate.sh: line 23: syntax error: unexpected redirection

gnidan commented 7 years ago

Hi @bensonwong

Thanks for opening this issue! I will look into reproducing the issue with the Dash shell.

I think the fix will just be remove the <<< syntax here, which I will have to get to later tonight or sometime this week.