diff --git a/Userland/Shell/Shell.cpp b/Userland/Shell/Shell.cpp index d68daf15eb..f79c578155 100644 --- a/Userland/Shell/Shell.cpp +++ b/Userland/Shell/Shell.cpp @@ -309,7 +309,7 @@ Vector Shell::expand_globs(Vector path_segments, S if (is_glob_directory) first_segment = first_segment.substring_view(0, first_segment.length() - 1); - Core::DirIterator di(base, Core::DirIterator::SkipParentAndBaseDir); + Core::DirIterator di(base); if (di.has_error()) return {};