From: Geoff Voelker Date: Fri, 3 May 1996 18:19:57 +0000 (+0000) Subject: Check if INSTALL_DIR is passed as an argument. X-Git-Tag: emacs-19.34~731 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3d351a317fc66608915147b390acbee5e41ab71;p=emacs.git Check if INSTALL_DIR is passed as an argument. , --- 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