diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-05-03 18:19:57 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-05-03 18:19:57 +0000 |
commit | b7c0ab59da0317fabc35e4cbe2d5f6d684119885 (patch) | |
tree | 8763839ad6f7fbed2dd36aa8a24ac973a69ccc40 /nt | |
parent | 648d73eaa9bebf912a723c26d96de91af7135335 (diff) | |
download | emacs-b7c0ab59da0317fabc35e4cbe2d5f6d684119885.tar.gz |
Check if INSTALL_DIR is passed as an argument.
,
Diffstat (limited to 'nt')
-rwxr-xr-x | nt/install.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/install.bat b/nt/install.bat index 997702b34ca..c05a06ddbf1 100755 --- a/nt/install.bat +++ b/nt/install.bat @@ -1 +1,2 @@ nmake -f makefile.nt install
+@if not (%1) == () set INSTALL_DIR=%1 |