X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=make.bat;h=b2032773f69a7d0c289b5caf0a23b34b5db50afc;hb=30d9f23f0291edcefeca1958befadb992d2982b5;hp=4a6b8a0c87f7514c7c3d52235697fa2ae659e693;hpb=216dd310a007e96604475319ea3087bf9e9970c7;p=elisp%2Fgnus.git- diff --git a/make.bat b/make.bat index 4a6b8a0..b203277 100755 --- a/make.bat +++ b/make.bat @@ -22,6 +22,10 @@ rem rem which will allow the batch file to accept an unlimited number of rem parameters. +rem Clear PWD so emacs doesn't get confused +set GNUS_PWD_SAVE=%PWD% +set PWD= + if "%1" == "" goto usage cd lisp @@ -54,4 +58,7 @@ echo eg. d:\emacs\19.34 echo copy indicates that the compiled files should be copied to your echo emacs lisp, info, and etc directories +rem Restore PWD so whoever called this batch file doesn't get confused +set PWD=%GNUS_PWD_SAVE% +set GNUS_PWD_SAVE= :end