diff scripts/miscellaneous/ls_command.m @ 6117:45e37d4f324e

[project @ 2006-10-27 21:41:54 by jwe]
author jwe
date Fri, 27 Oct 2006 21:41:54 +0000
parents bade9ff1814b
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/miscellaneous/ls_command.m
+++ b/scripts/miscellaneous/ls_command.m
@@ -34,7 +34,7 @@
   if (isempty (__ls_command__))
     ## FIXME -- ispc and isunix both return true for Cygwin.  Should they?
     if (ispc () && ! isunix () && isempty (file_in_path (EXEC_PATH, "ls")))
-      __ls_command__ = "cmd /C dir /w";
+      __ls_command__ = "cmd /C dir /D";
     else
       __ls_command__ = "ls -C";
     endif