Author: faridz
Date: Wed Sep 26 10:43:08 2007
New Revision: 579729

URL: http://svn.apache.org/viewvc?rev=579729&view=rev
Log:
2007-09-26  Farid Zaripov  <[EMAIL PROTECTED]>

        * locale.cpp [_WIN32]: Add /A:D option in dir command
        to print the directory names only.

Modified:
    incubator/stdcxx/trunk/util/locale.cpp

Modified: incubator/stdcxx/trunk/util/locale.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/locale.cpp?rev=579729&r1=579728&r2=579729&view=diff
==============================================================================
--- incubator/stdcxx/trunk/util/locale.cpp (original)
+++ incubator/stdcxx/trunk/util/locale.cpp Wed Sep 26 10:43:08 2007
@@ -39,7 +39,7 @@
 #  define LS_1       "ls -1 "
 #else
 #  define SLASH      "\\"
-#  define LS_1       "dir /B "
+#  define LS_1       "dir /B /A:D"
 #endif
 
 #ifndef _MSC_VER


Reply via email to