(builtin_ls): fix typo, 'd' shouldn't imply 'f'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7247 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -534,7 +534,8 @@ builtin_ls(FILE *out, const char *file)
|
||||
case 'C':
|
||||
break;
|
||||
case 'd':
|
||||
flags |= LS_DIRS;
|
||||
flags |= LS_DIRS;
|
||||
break;
|
||||
case 'f':
|
||||
flags = (flags & ~LS_SORT_MODE);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user