lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5412] Always end in a directory known to exist


From: Greg Chicares
Subject: [lmi-commits] [5412] Always end in a directory known to exist
Date: Wed, 29 Feb 2012 10:43:15 +0000

Revision: 5412
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5412
Author:   chicares
Date:     2012-02-29 10:43:15 +0000 (Wed, 29 Feb 2012)
Log Message:
-----------
Always end in a directory known to exist

Modified Paths:
--------------
    lmi/trunk/install_cygwin.bat

Modified: lmi/trunk/install_cygwin.bat
===================================================================
--- lmi/trunk/install_cygwin.bat        2012-02-28 11:13:38 UTC (rev 5411)
+++ lmi/trunk/install_cygwin.bat        2012-02-29 10:43:15 UTC (rev 5412)
@@ -23,7 +23,7 @@
 
 @ECHO OFF
 
address@hidden Install both Cygwin-1.5 and Cygwin-1.7 .
address@hidden Install both Cygwin-1.5 and Cygwin-1.7 . See file 'INSTALL'.
 @REM
 @REM Motivation: in case any problem is encountered with the current version,
 @REM it is convenient to have the older version to fall back on.
@@ -77,7 +77,6 @@
 echo C:/opt/lmi                /opt/lmi       lmi_specific binary,user 0 0 >> 
fstab
 echo C:/lmi                    /lmi           lmi_specific binary,user 0 0 >> 
fstab
 echo C:/cache_for_lmi          /cache_for_lmi lmi_specific binary,user 0 0 >> 
fstab
-cd C:\cache_for_lmi
 echo Cygwin-1.7 installation seems to have succeeded
 GOTO End
 
@@ -86,4 +85,5 @@
 GOTO End
 
 :End
+cd C:\cache_for_lmi
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]