Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Bug 830698 - bin\activate.bat changes working directory needlessly
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Stevens authored and ochameau committed Jan 21, 2013
1 parent 203f880 commit 0f2f07c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/activate.bat
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ set PYTHONVERSION=
set key= set key=
set reg= set reg=
set _tokens= set _tokens=
cd "%VIRTUAL_ENV%"
python -c "from jetpack_sdk_env import welcome; welcome()" python -c "from jetpack_sdk_env import welcome; welcome()"
GOTO :EOF GOTO :EOF


Expand Down

0 comments on commit 0f2f07c

Please sign in to comment.