Build script update (NOT IN BUILD). Ensure we correctly save and restore the cwd when starting CodeWarrior.

This commit is contained in:
sfraser%netscape.com 2000-10-20 04:14:53 +00:00
Родитель d58fc1e81a
Коммит 4e17df5734
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -512,8 +512,12 @@ sub GetFileModDate($)
sub LaunchCodeWarrior()
{
my($cur_dir) = cwd();
# this both launches and writes idepath.txt
CodeWarriorLib::activate();
chdir($cur_dir);
}
#//--------------------------------------------------------------------------------------------------