X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=make.bat;h=b2032773f69a7d0c289b5caf0a23b34b5db50afc;hb=28ee73570e0b5e94f4428bbbb8f3cbacd185305e;hp=91b798665eb472c933a6464c4555754bacf49076;hpb=d780ee9c6782f434e66148dc310786015135cd6c;p=gnus diff --git a/make.bat b/make.bat index 91b798665..b2032773f 100644 --- a/make.bat +++ b/make.bat @@ -22,14 +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= - -rem Clear PWD so emacs doesn't get confused -set GNUS_PWD_SAVE=%PWD% -set PWD= - +rem Clear PWD so emacs doesn't get confused +set GNUS_PWD_SAVE=%PWD% +set PWD= + if "%1" == "" goto usage cd lisp @@ -62,10 +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= -rem Restore PWD so whoever called this batch file doesn't get confused -set PWD=%GNUS_PWD_SAVE% -set GNUS_PWD_SAVE= +rem Restore PWD so whoever called this batch file doesn't get confused +set PWD=%GNUS_PWD_SAVE% +set GNUS_PWD_SAVE= :end