torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
556 stars 484 forks source link

Restore current directory in batch #209

Closed ghost closed 7 years ago

ghost commented 7 years ago

On Windows, install-deps.bat doesn't restore current directory to distro root. I have fixed. Note that the source code seems there are no related issue on other OS. (i.e. Linux)

I didn't put cd %TORCH_DISTRO% after :END on purpose, because the setup succeed or fail messages look beautiful when it appear at last.

Thanks.

soumith commented 7 years ago

thanks!