mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
24 lines
550 B
Batchfile
24 lines
550 B
Batchfile
@echo off
|
|
rem This Source Code Form is subject to the terms of the Mozilla Public
|
|
rem License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
rem file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
if defined _OLD_VIRTUAL_PROMPT (
|
|
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
|
|
)
|
|
set _OLD_VIRTUAL_PROMPT=
|
|
|
|
if defined _OLD_VIRTUAL_PATH (
|
|
set "PATH=%_OLD_VIRTUAL_PATH%"
|
|
)
|
|
set _OLD_VIRTUAL_PATH=
|
|
|
|
if defined _OLD_PYTHONPATH (
|
|
set "PYTHONPATH=%_OLD_PYTHONPATH%"
|
|
)
|
|
set _OLD_PYTHONPATH=
|
|
|
|
set CUDDLEFISH_ROOT=
|
|
|
|
:END
|