зеркало из https://github.com/mozilla/gecko-dev.git
Build script update (NOT IN BUILD). Ensure we correctly save and restore the cwd when starting CodeWarrior.
This commit is contained in:
Родитель
d58fc1e81a
Коммит
4e17df5734
|
@ -512,8 +512,12 @@ sub GetFileModDate($)
|
|||
|
||||
sub LaunchCodeWarrior()
|
||||
{
|
||||
my($cur_dir) = cwd();
|
||||
|
||||
# this both launches and writes idepath.txt
|
||||
CodeWarriorLib::activate();
|
||||
|
||||
chdir($cur_dir);
|
||||
}
|
||||
|
||||
#//--------------------------------------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче